Struct x11_dl::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§
source§impl Clone for XITouchOwnershipEvent
impl Clone for XITouchOwnershipEvent
source§impl Debug for XITouchOwnershipEvent
impl Debug for XITouchOwnershipEvent
source§impl Default for XITouchOwnershipEvent
impl Default for XITouchOwnershipEvent
impl Copy for XITouchOwnershipEvent
Auto Trait Implementations§
impl Freeze for XITouchOwnershipEvent
impl RefUnwindSafe for XITouchOwnershipEvent
impl !Send for XITouchOwnershipEvent
impl !Sync for XITouchOwnershipEvent
impl Unpin for XITouchOwnershipEvent
impl UnwindSafe for XITouchOwnershipEvent
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