Struct glutin::platform::unix::x11::ffi::XIEvent [−][src]
#[repr(C)]pub struct XIEvent {
pub _type: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub extension: i32,
pub evtype: i32,
pub time: u64,
}Fields
_type: i32serial: u64send_event: i32display: *mut _XDisplayextension: i32evtype: i32time: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XIEvent
impl UnwindSafe for XIEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
