pub enum CMDSENT_A {
NotSent = 0,
Sent = 1,
}
Expand description
Command sent (no response required)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CMDSENT_A
impl StructuralPartialEq for CMDSENT_A
Auto Trait Implementations§
impl Freeze for CMDSENT_A
impl RefUnwindSafe for CMDSENT_A
impl Send for CMDSENT_A
impl Sync for CMDSENT_A
impl Unpin for CMDSENT_A
impl UnwindSafe for CMDSENT_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