pub enum EnabledInputs {
AllEnabled = 0,
NoMovement = 1,
AllDisabled = 2,
Unknown = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EnabledInputs
impl Clone for EnabledInputs
Source§fn clone(&self) -> EnabledInputs
fn clone(&self) -> EnabledInputs
Returns a duplicate 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 moreSource§impl PartialEq for EnabledInputs
impl PartialEq for EnabledInputs
impl StructuralPartialEq for EnabledInputs
Auto Trait Implementations§
impl Freeze for EnabledInputs
impl RefUnwindSafe for EnabledInputs
impl Send for EnabledInputs
impl Sync for EnabledInputs
impl Unpin for EnabledInputs
impl UnwindSafe for EnabledInputs
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