pub enum STATCMD_CMDDONE_A {
STATCMD_CMDDONE_STATNOTDONE = 0,
STATCMD_CMDDONE_STATDONE = 1,
}Expand description
Command Done
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for STATCMD_CMDDONE_A
impl Clone for STATCMD_CMDDONE_A
Source§fn clone(&self) -> STATCMD_CMDDONE_A
fn clone(&self) -> STATCMD_CMDDONE_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for STATCMD_CMDDONE_A
impl Debug for STATCMD_CMDDONE_A
Source§impl From<STATCMD_CMDDONE_A> for bool
impl From<STATCMD_CMDDONE_A> for bool
Source§fn from(variant: STATCMD_CMDDONE_A) -> Self
fn from(variant: STATCMD_CMDDONE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for STATCMD_CMDDONE_A
impl PartialEq for STATCMD_CMDDONE_A
impl Copy for STATCMD_CMDDONE_A
impl Eq for STATCMD_CMDDONE_A
impl StructuralPartialEq for STATCMD_CMDDONE_A
Auto Trait Implementations§
impl Freeze for STATCMD_CMDDONE_A
impl RefUnwindSafe for STATCMD_CMDDONE_A
impl Send for STATCMD_CMDDONE_A
impl Sync for STATCMD_CMDDONE_A
impl Unpin for STATCMD_CMDDONE_A
impl UnwindSafe for STATCMD_CMDDONE_A
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