Struct classicube_sys::_WindowEventsList
source · #[repr(C)]pub struct _WindowEventsList {
pub RedrawNeeded: Event_Void,
pub Resized: Event_Void,
pub Closing: Event_Void,
pub FocusChanged: Event_Void,
pub StateChanged: Event_Void,
pub Created: Event_Void,
pub InactiveChanged: Event_Void,
pub Redrawing: Event_Void,
}
Fields§
§RedrawNeeded: Event_Void
§Resized: Event_Void
§Closing: Event_Void
§FocusChanged: Event_Void
§StateChanged: Event_Void
§Created: Event_Void
§InactiveChanged: Event_Void
§Redrawing: Event_Void
Trait Implementations§
source§impl Clone for _WindowEventsList
impl Clone for _WindowEventsList
source§fn clone(&self) -> _WindowEventsList
fn clone(&self) -> _WindowEventsList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _WindowEventsList
impl Debug for _WindowEventsList
source§impl Hash for _WindowEventsList
impl Hash for _WindowEventsList
source§impl PartialEq for _WindowEventsList
impl PartialEq for _WindowEventsList
source§fn eq(&self, other: &_WindowEventsList) -> bool
fn eq(&self, other: &_WindowEventsList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _WindowEventsList
impl Eq for _WindowEventsList
impl StructuralPartialEq for _WindowEventsList
Auto Trait Implementations§
impl Freeze for _WindowEventsList
impl RefUnwindSafe for _WindowEventsList
impl !Send for _WindowEventsList
impl !Sync for _WindowEventsList
impl Unpin for _WindowEventsList
impl UnwindSafe for _WindowEventsList
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)