#[repr(u8)]pub enum Cmdexselect {
Key = 165,
}
Expand description
Command Execution
Value on reset: 0
Variants§
Key = 165
165: Execution Key
Trait Implementations§
Source§impl Clone for Cmdexselect
impl Clone for Cmdexselect
Source§fn clone(&self) -> Cmdexselect
fn clone(&self) -> Cmdexselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Cmdexselect
impl Debug for Cmdexselect
Source§impl From<Cmdexselect> for u8
impl From<Cmdexselect> for u8
Source§fn from(variant: Cmdexselect) -> Self
fn from(variant: Cmdexselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Cmdexselect
impl PartialEq for Cmdexselect
impl Copy for Cmdexselect
impl Eq for Cmdexselect
impl IsEnum for Cmdexselect
impl StructuralPartialEq for Cmdexselect
Auto Trait Implementations§
impl Freeze for Cmdexselect
impl RefUnwindSafe for Cmdexselect
impl Send for Cmdexselect
impl Sync for Cmdexselect
impl Unpin for Cmdexselect
impl UnwindSafe for Cmdexselect
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