#[repr(u8)]
pub enum CMD_A {
NOACT,
SUSPEND,
RESUME,
}
Expand description
Software Command
Value on reset: 0
Variants
NOACT
0: No action
SUSPEND
1: Channel suspend operation
RESUME
2: Channel resume operation
Trait Implementations
impl Copy for CMD_A
impl StructuralPartialEq for CMD_A
Auto Trait Implementations
impl RefUnwindSafe for CMD_A
impl Send for CMD_A
impl Sync for CMD_A
impl Unpin for CMD_A
impl UnwindSafe for CMD_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