#[repr(u8)]pub enum Cmdselect {
None = 0,
Retrigger = 1,
Stop = 2,
}
Expand description
Command
Value on reset: 0
Variants§
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