pub enum CMDSENT {
NotSent = 0,
Sent = 1,
}Expand description
CMDSENT
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CMDSENT
impl Eq for CMDSENT
impl StructuralPartialEq for CMDSENT
Auto Trait Implementations§
impl Freeze for CMDSENT
impl RefUnwindSafe for CMDSENT
impl Send for CMDSENT
impl Sync for CMDSENT
impl Unpin for CMDSENT
impl UnwindSafe for CMDSENT
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