Struct x11::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
sourceimpl Clone for XIPropertyEvent
impl Clone for XIPropertyEvent
sourceimpl Debug for XIPropertyEvent
impl Debug for XIPropertyEvent
sourceimpl Default for XIPropertyEvent
impl Default for XIPropertyEvent
impl Copy for XIPropertyEvent
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more