Enum mspm0l130x::sysctl::fcccmd::FCCCMD_KEY_AW
source · #[repr(u8)]pub enum FCCCMD_KEY_AW {
FCCCMD_KEY_VALUE = 14,
}Expand description
The key value 0Eh (14) must be written with GO to start a capture.
Value on reset: 0
Variants§
FCCCMD_KEY_VALUE = 14
14: VALUE
Trait Implementations§
source§impl Clone for FCCCMD_KEY_AW
impl Clone for FCCCMD_KEY_AW
source§fn clone(&self) -> FCCCMD_KEY_AW
fn clone(&self) -> FCCCMD_KEY_AW
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 FCCCMD_KEY_AW
impl Debug for FCCCMD_KEY_AW
source§impl From<FCCCMD_KEY_AW> for u8
impl From<FCCCMD_KEY_AW> for u8
source§fn from(variant: FCCCMD_KEY_AW) -> Self
fn from(variant: FCCCMD_KEY_AW) -> Self
Converts to this type from the input type.
source§impl PartialEq for FCCCMD_KEY_AW
impl PartialEq for FCCCMD_KEY_AW
source§fn eq(&self, other: &FCCCMD_KEY_AW) -> bool
fn eq(&self, other: &FCCCMD_KEY_AW) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FCCCMD_KEY_AW
impl Eq for FCCCMD_KEY_AW
impl StructuralPartialEq for FCCCMD_KEY_AW
Auto Trait Implementations§
impl RefUnwindSafe for FCCCMD_KEY_AW
impl Send for FCCCMD_KEY_AW
impl Sync for FCCCMD_KEY_AW
impl Unpin for FCCCMD_KEY_AW
impl UnwindSafe for FCCCMD_KEY_AW
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