pub enum InputValueType {
Bool,
Float,
}Expand description
Value representation accepted for an input-device entry.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for InputValueType
impl Clone for InputValueType
Source§fn clone(&self) -> InputValueType
fn clone(&self) -> InputValueType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InputValueType
Source§impl Debug for InputValueType
impl Debug for InputValueType
impl Eq for InputValueType
Source§impl PartialEq for InputValueType
impl PartialEq for InputValueType
impl StructuralPartialEq for InputValueType
Auto Trait Implementations§
impl Freeze for InputValueType
impl RefUnwindSafe for InputValueType
impl Send for InputValueType
impl Sync for InputValueType
impl Unpin for InputValueType
impl UnsafeUnpin for InputValueType
impl UnwindSafe for InputValueType
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