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

Trait Implementations

impl Copy for GdkEventWindowState
[src]

impl Clone for GdkEventWindowState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkEventWindowState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations