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: i32
serial: u64
send_event: i32
display: *mut _XDisplay
extension: i32
evtype: i32
time: u64
deviceid: i32
property: u64
what: i32
Trait 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