Enum stm32_metapac::xspi::vals::WccrImode
#[repr(u8)]pub enum WccrImode {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
B_0X4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
B_0X0 = 0
no instruction
B_0X1 = 1
instruction on a single line
B_0X2 = 2
instruction on two lines
B_0X3 = 3
instruction on four lines
B_0X4 = 4
instruction on eight lines
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for WccrImode
impl Ord for WccrImode
§impl PartialOrd for WccrImode
impl PartialOrd for WccrImode
impl Copy for WccrImode
impl Eq for WccrImode
impl StructuralPartialEq for WccrImode
Auto Trait Implementations§
impl Freeze for WccrImode
impl RefUnwindSafe for WccrImode
impl Send for WccrImode
impl Sync for WccrImode
impl Unpin for WccrImode
impl UnwindSafe for WccrImode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)