Struct x11_dl::xinput2::XIPropertyEvent
source · #[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_int
§serial: c_ulong
§send_event: c_int
§display: *mut Display
§extension: c_int
§evtype: c_int
§time: Time
§deviceid: c_int
§property: Atom
§what: c_int
Trait Implementations§
source§impl Clone for XIPropertyEvent
impl Clone for XIPropertyEvent
source§impl Debug for XIPropertyEvent
impl Debug for XIPropertyEvent
source§impl Default for XIPropertyEvent
impl Default for XIPropertyEvent
impl Copy for XIPropertyEvent
Auto Trait Implementations§
impl Freeze for XIPropertyEvent
impl RefUnwindSafe for XIPropertyEvent
impl !Send for XIPropertyEvent
impl !Sync for XIPropertyEvent
impl Unpin for XIPropertyEvent
impl UnwindSafe for XIPropertyEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more