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