Struct x11rb_protocol::protocol::xinput::DeviceUse
source · pub struct DeviceUse(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl DeviceUse
impl DeviceUse
pub const IS_X_POINTER: Self = _
pub const IS_X_KEYBOARD: Self = _
pub const IS_X_EXTENSION_DEVICE: Self = _
pub const IS_X_EXTENSION_KEYBOARD: Self = _
pub const IS_X_EXTENSION_POINTER: Self = _
Trait Implementations§
source§impl Ord for DeviceUse
impl Ord for DeviceUse
source§impl PartialEq for DeviceUse
impl PartialEq for DeviceUse
source§impl PartialOrd for DeviceUse
impl PartialOrd for DeviceUse
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DeviceUse
impl Eq for DeviceUse
impl StructuralPartialEq for DeviceUse
Auto Trait Implementations§
impl Freeze for DeviceUse
impl RefUnwindSafe for DeviceUse
impl Send for DeviceUse
impl Sync for DeviceUse
impl Unpin for DeviceUse
impl UnwindSafe for DeviceUse
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