Struct gdk_x11_sys::xlib::XAnyEvent [−]
#[repr(C)]pub struct XAnyEvent { pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub window: u64, }
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplaywindow: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XAnyEventimpl UnwindSafe for XAnyEventBlanket Implementations
Mutably borrows from an owned value. Read more