pub enum EnabledInputs {
AllEnabled = 0,
NoMovement = 1,
AllDisabled = 2,
Unknown = 3,
}Variants§
Implementations§
Trait Implementations§
Source§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