#[repr(u8)]
pub enum CMDEX_AW {
KEY,
}
Expand description
Command Execution
Value on reset: 0
Variants
KEY
165: Execution Key
Trait Implementations
impl Copy for CMDEX_AW
impl StructuralPartialEq for CMDEX_AW
Auto Trait Implementations
impl RefUnwindSafe for CMDEX_AW
impl Send for CMDEX_AW
impl Sync for CMDEX_AW
impl Unpin for CMDEX_AW
impl UnwindSafe for CMDEX_AW
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