Struct classicube_sys::_WindowEventsList
source ·
[−]#[repr(C)]pub struct _WindowEventsList {
pub Redraw: 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,
}Fields
Redraw: Event_VoidResized: Event_VoidClosing: Event_VoidFocusChanged: Event_VoidStateChanged: Event_VoidCreated: Event_VoidInactiveChanged: Event_VoidTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _WindowEventsList
impl !Send for _WindowEventsList
impl !Sync for _WindowEventsList
impl Unpin for _WindowEventsList
impl UnwindSafe for _WindowEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
