Struct DeviceClassType
pub struct DeviceClassType(/* private fields */);
Implementations§
§impl DeviceClassType
impl DeviceClassType
pub const KEY: DeviceClassType = _
pub const BUTTON: DeviceClassType = _
pub const VALUATOR: DeviceClassType = _
pub const SCROLL: DeviceClassType = _
pub const TOUCH: DeviceClassType = _
pub const GESTURE: DeviceClassType = _
Trait Implementations§
§impl Clone for DeviceClassType
impl Clone for DeviceClassType
§fn clone(&self) -> DeviceClassType
fn clone(&self) -> DeviceClassType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DeviceClassType
impl Debug for DeviceClassType
§impl Default for DeviceClassType
impl Default for DeviceClassType
§fn default() -> DeviceClassType
fn default() -> DeviceClassType
Returns the “default value” for a type. Read more
§impl From<u16> for DeviceClassType
impl From<u16> for DeviceClassType
§fn from(value: u16) -> DeviceClassType
fn from(value: u16) -> DeviceClassType
Converts to this type from the input type.
§impl From<u8> for DeviceClassType
impl From<u8> for DeviceClassType
§fn from(value: u8) -> DeviceClassType
fn from(value: u8) -> DeviceClassType
Converts to this type from the input type.
§impl Hash for DeviceClassType
impl Hash for DeviceClassType
§impl Ord for DeviceClassType
impl Ord for DeviceClassType
§impl PartialEq for DeviceClassType
impl PartialEq for DeviceClassType
§impl PartialOrd for DeviceClassType
impl PartialOrd for DeviceClassType
impl Copy for DeviceClassType
impl Eq for DeviceClassType
impl StructuralPartialEq for DeviceClassType
Auto Trait Implementations§
impl Freeze for DeviceClassType
impl RefUnwindSafe for DeviceClassType
impl Send for DeviceClassType
impl Sync for DeviceClassType
impl Unpin for DeviceClassType
impl UnwindSafe for DeviceClassType
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
)