Struct gdk_sys::GdkEventWindowState
source · [−]#[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
Auto Trait Implementations
impl RefUnwindSafe for GdkEventWindowState
impl !Send for GdkEventWindowState
impl !Sync for GdkEventWindowState
impl Unpin for GdkEventWindowState
impl UnwindSafe for GdkEventWindowState
Blanket Implementations
Mutably borrows from an owned value. Read more