Struct x11::xinput2::XITouchOwnershipEvent
source · [−]#[repr(C)]pub struct XITouchOwnershipEvent {}Fields
_type: c_intserial: c_ulongsend_event: c_intdisplay: *mut Displayextension: c_intevtype: c_inttime: Timedeviceid: c_intsourceid: c_inttouchid: c_uintroot: Windowevent: Windowchild: Windowflags: c_intTrait 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