Struct DeviceUse
pub struct DeviceUse(/* private fields */);
Implementations§
§impl DeviceUse
impl DeviceUse
pub const IS_X_POINTER: DeviceUse = _
pub const IS_X_KEYBOARD: DeviceUse = _
pub const IS_X_EXTENSION_DEVICE: DeviceUse = _
pub const IS_X_EXTENSION_KEYBOARD: DeviceUse = _
pub const IS_X_EXTENSION_POINTER: DeviceUse = _
Trait Implementations§
§impl Ord for DeviceUse
impl Ord for DeviceUse
§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
)