Struct x11_dl::xinput2::XIEvent [−][src]
#[repr(C)]pub struct XIEvent {
pub _type: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub extension: c_int,
pub evtype: c_int,
pub time: Time,
}
Fields
_type: c_int
serial: c_ulong
send_event: c_int
display: *mut Display
extension: c_int
evtype: c_int
time: Time
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XIEvent
impl UnwindSafe for XIEvent
Blanket Implementations
Mutably borrows from an owned value. Read more