Struct x11::xinput2::XITouchOwnershipEvent
source · [−]#[repr(C)]pub struct XITouchOwnershipEvent {}
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
sourceid: c_int
touchid: c_uint
root: Window
event: Window
child: Window
flags: c_int
Trait Implementations
sourceimpl Clone for XITouchOwnershipEvent
impl Clone for XITouchOwnershipEvent
sourceimpl Debug for XITouchOwnershipEvent
impl Debug for XITouchOwnershipEvent
sourceimpl Default for XITouchOwnershipEvent
impl Default for XITouchOwnershipEvent
impl Copy for XITouchOwnershipEvent
Auto Trait Implementations
impl RefUnwindSafe for XITouchOwnershipEvent
impl !Send for XITouchOwnershipEvent
impl !Sync for XITouchOwnershipEvent
impl Unpin for XITouchOwnershipEvent
impl UnwindSafe for XITouchOwnershipEvent
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