pub enum CMDSENT_A {
NotSent,
Sent,
}
Expand description
Command sent (no response required)
Value on reset: 0
Variants
NotSent
0: Command not sent
Sent
1: Command sent (no response required)
Trait Implementations
impl Copy for CMDSENT_A
impl StructuralPartialEq for CMDSENT_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more