Struct InputClass
pub struct InputClass(/* private fields */);
Implementations§
§impl InputClass
impl InputClass
pub const KEY: InputClass
pub const BUTTON: InputClass
pub const VALUATOR: InputClass
pub const FEEDBACK: InputClass
pub const PROXIMITY: InputClass
pub const FOCUS: InputClass
pub const OTHER: InputClass
Trait Implementations§
§impl Clone for InputClass
impl Clone for InputClass
§fn clone(&self) -> InputClass
fn clone(&self) -> InputClass
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 InputClass
impl Debug for InputClass
§impl Default for InputClass
impl Default for InputClass
§fn default() -> InputClass
fn default() -> InputClass
Returns the “default value” for a type. Read more
§impl From<u8> for InputClass
impl From<u8> for InputClass
§fn from(value: u8) -> InputClass
fn from(value: u8) -> InputClass
Converts to this type from the input type.
§impl Hash for InputClass
impl Hash for InputClass
§impl Ord for InputClass
impl Ord for InputClass
§impl PartialEq for InputClass
impl PartialEq for InputClass
§impl PartialOrd for InputClass
impl PartialOrd for InputClass
impl Copy for InputClass
impl Eq for InputClass
impl StructuralPartialEq for InputClass
Auto Trait Implementations§
impl Freeze for InputClass
impl RefUnwindSafe for InputClass
impl Send for InputClass
impl Sync for InputClass
impl Unpin for InputClass
impl UnwindSafe for InputClass
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