#[repr(u8)]pub enum EcState {
None = 0,
Init = 1,
PreOp = 2,
Boot = 3,
SafeOp = 4,
Operational = 8,
}Variants§
Implementations§
Trait Implementations§
impl Copy for EcState
impl Eq for EcState
impl StructuralPartialEq for EcState
Auto Trait Implementations§
impl Freeze for EcState
impl RefUnwindSafe for EcState
impl Send for EcState
impl Sync for EcState
impl Unpin for EcState
impl UnsafeUnpin for EcState
impl UnwindSafe for EcState
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