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