Struct gdk_sys::GdkEventAny [−][src]
#[repr(C)]pub struct GdkEventAny { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, }
Fields
type_: GdkEventTypewindow: *mut GdkWindowsend_event: i8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkEventAnyimpl !Send for GdkEventAnyimpl !Sync for GdkEventAnyimpl Unpin for GdkEventAnyimpl UnwindSafe for GdkEventAnyBlanket Implementations
Mutably borrows from an owned value. Read more