#[repr(u8)]pub enum Cmdselect {
Noact = 0,
Suspend = 1,
Resume = 2,
}
Expand description
Software Command
Value on reset: 0
Variants§
Noact = 0
0: No action
Suspend = 1
1: Channel suspend operation
Resume = 2
2: Channel resume operation
Trait Implementations§
impl Copy for Cmdselect
impl Eq for Cmdselect
impl IsEnum for Cmdselect
impl StructuralPartialEq for Cmdselect
Auto Trait Implementations§
impl Freeze for Cmdselect
impl RefUnwindSafe for Cmdselect
impl Send for Cmdselect
impl Sync for Cmdselect
impl Unpin for Cmdselect
impl UnwindSafe for Cmdselect
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