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_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
window: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XAnyEvent
impl UnwindSafe for XAnyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more