Enum stm32_metapac::xspi::vals::WccrIsize
#[repr(u8)]pub enum WccrIsize {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
}
Variants§
B_0X0 = 0
8-bit instruction
B_0X1 = 1
16-bit instruction
B_0X2 = 2
24-bit instruction
B_0X3 = 3
32-bit instruction
Implementations§
Trait Implementations§
§impl Ord for WccrIsize
impl Ord for WccrIsize
§impl PartialOrd for WccrIsize
impl PartialOrd for WccrIsize
impl Copy for WccrIsize
impl Eq for WccrIsize
impl StructuralPartialEq for WccrIsize
Auto Trait Implementations§
impl Freeze for WccrIsize
impl RefUnwindSafe for WccrIsize
impl Send for WccrIsize
impl Sync for WccrIsize
impl Unpin for WccrIsize
impl UnwindSafe for WccrIsize
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
)