pub enum CncState {
Boot = 0,
Run = 1,
Halt = 2,
}Expand description
Command-and-control state for coordinating threads.
Variants§
Trait Implementations§
impl Copy for CncState
impl Eq for CncState
impl StructuralPartialEq for CncState
Auto Trait Implementations§
impl Freeze for CncState
impl RefUnwindSafe for CncState
impl Send for CncState
impl Sync for CncState
impl Unpin for CncState
impl UnsafeUnpin for CncState
impl UnwindSafe for CncState
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