Struct x11_dl::xinput2::XIPropertyEvent [−][src]
#[repr(C)]pub struct XIPropertyEvent {
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,
pub deviceid: c_int,
pub property: Atom,
pub what: c_int,
}Fields
_type: c_intserial: c_ulongsend_event: c_intdisplay: *mut Displayextension: c_intevtype: c_inttime: Timedeviceid: c_intproperty: Atomwhat: c_intTrait Implementations
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
