Struct glutin::platform::unix::x11::ffi::XIPropertyEvent [−][src]
#[repr(C)]pub struct XIPropertyEvent {
pub _type: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub extension: i32,
pub evtype: i32,
pub time: u64,
pub deviceid: i32,
pub property: u64,
pub what: i32,
}Fields
_type: i32serial: u64send_event: i32display: *mut _XDisplayextension: i32evtype: i32time: u64deviceid: i32property: u64what: i32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for XIPropertyEvent
impl !Send for XIPropertyEvent
impl !Sync for XIPropertyEvent
impl Unpin for XIPropertyEvent
impl UnwindSafe for XIPropertyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
