Enum stm32_metapac::xspi::vals::WccrAbmode
#[repr(u8)]pub enum WccrAbmode {
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 alternate bytes
B_0X1 = 1
alternate bytes on a single line
B_0X2 = 2
alternate bytes on two lines
B_0X3 = 3
alternate bytes on four lines
B_0X4 = 4
alternate bytes on eight lines
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
§impl WccrAbmode
impl WccrAbmode
pub const fn from_bits(val: u8) -> WccrAbmode
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for WccrAbmode
impl Clone for WccrAbmode
§fn clone(&self) -> WccrAbmode
fn clone(&self) -> WccrAbmode
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 more§impl Debug for WccrAbmode
impl Debug for WccrAbmode
§impl From<WccrAbmode> for u8
impl From<WccrAbmode> for u8
§fn from(val: WccrAbmode) -> u8
fn from(val: WccrAbmode) -> u8
Converts to this type from the input type.
§impl From<u8> for WccrAbmode
impl From<u8> for WccrAbmode
§fn from(val: u8) -> WccrAbmode
fn from(val: u8) -> WccrAbmode
Converts to this type from the input type.
§impl Ord for WccrAbmode
impl Ord for WccrAbmode
§impl PartialEq for WccrAbmode
impl PartialEq for WccrAbmode
§impl PartialOrd for WccrAbmode
impl PartialOrd for WccrAbmode
impl Copy for WccrAbmode
impl Eq for WccrAbmode
impl StructuralPartialEq for WccrAbmode
Auto Trait Implementations§
impl Freeze for WccrAbmode
impl RefUnwindSafe for WccrAbmode
impl Send for WccrAbmode
impl Sync for WccrAbmode
impl Unpin for WccrAbmode
impl UnwindSafe for WccrAbmode
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
)