#[repr(u8)]pub enum DemoMode {
Normal = 0,
OnContact = 1,
Disabled = 2,
}
Variants§
Trait Implementations§
Source§impl ExternType for DemoMode
impl ExternType for DemoMode
impl Copy for DemoMode
impl Eq for DemoMode
impl StructuralPartialEq for DemoMode
Auto Trait Implementations§
impl Freeze for DemoMode
impl RefUnwindSafe for DemoMode
impl Send for DemoMode
impl Sync for DemoMode
impl Unpin for DemoMode
impl UnwindSafe for DemoMode
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