Struct gdk_sys::GdkEventWindowState
[−]
[src]
#[repr(C)]pub struct GdkEventWindowState { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub changed_mask: GdkWindowState, pub new_window_state: GdkWindowState, }
Fields
type_: GdkEventType
window: *mut GdkWindow
send_event: i8
changed_mask: GdkWindowState
new_window_state: GdkWindowState
Trait Implementations
impl Copy for GdkEventWindowState[src]
impl Clone for GdkEventWindowState[src]
fn clone(&self) -> GdkEventWindowState[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more