Struct glutin_glx_sys::XAnyEvent [−][src]
#[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 XAnyEvent
impl UnwindSafe for XAnyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
