Struct x11::xinput::XDeviceControl
source · [−]Fields
control: XID
length: c_int
Trait Implementations
sourceimpl Clone for XDeviceControl
impl Clone for XDeviceControl
sourcefn clone(&self) -> XDeviceControl
fn clone(&self) -> XDeviceControl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XDeviceControl
impl Debug for XDeviceControl
sourceimpl PartialEq<XDeviceControl> for XDeviceControl
impl PartialEq<XDeviceControl> for XDeviceControl
sourcefn eq(&self, other: &XDeviceControl) -> bool
fn eq(&self, other: &XDeviceControl) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XDeviceControl
impl StructuralPartialEq for XDeviceControl
Auto Trait Implementations
impl RefUnwindSafe for XDeviceControl
impl Send for XDeviceControl
impl Sync for XDeviceControl
impl Unpin for XDeviceControl
impl UnwindSafe for XDeviceControl
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