#[repr(i32)]pub enum StateKind {
Off = 0,
On = 1,
Standby = 2,
}
Expand description
State kind
Variants§
Off = 0
MISSING DOCUMENTATION!!!
On = 1
MISSING DOCUMENTATION!!!
Standby = 2
MISSING DOCUMENTATION!!!
Implementations§
Trait Implementations§
Source§impl Ord for StateKind
impl Ord for StateKind
Source§impl PartialOrd for StateKind
impl PartialOrd for StateKind
impl Copy for StateKind
impl Eq for StateKind
impl StructuralPartialEq for StateKind
Auto Trait Implementations§
impl Freeze for StateKind
impl RefUnwindSafe for StateKind
impl Send for StateKind
impl Sync for StateKind
impl Unpin for StateKind
impl UnwindSafe for StateKind
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