#[repr(u32)]pub enum DeviceUse {
IsXPointer = 0,
IsXKeyboard = 1,
IsXExtensionDevice = 2,
IsXExtensionKeyboard = 3,
IsXExtensionPointer = 4,
}
Variants§
IsXPointer = 0
IsXKeyboard = 1
IsXExtensionDevice = 2
IsXExtensionKeyboard = 3
IsXExtensionPointer = 4
Trait Implementations§
source§impl Ord for DeviceUse
impl Ord for DeviceUse
source§impl PartialOrd for DeviceUse
impl PartialOrd for DeviceUse
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)