Enum stm32_metapac::spi::vals::Datlen
#[repr(u8)]pub enum Datlen {
BITS16 = 0,
BITS24 = 1,
BITS32 = 2,
_RESERVED_3 = 3,
}
Variants§
BITS16 = 0
16-bit data length
BITS24 = 1
24-bit data length
BITS32 = 2
32-bit data length
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Datlen
impl Ord for Datlen
§impl PartialOrd for Datlen
impl PartialOrd for Datlen
impl Copy for Datlen
impl Eq for Datlen
impl StructuralPartialEq for Datlen
Auto Trait Implementations§
impl Freeze for Datlen
impl RefUnwindSafe for Datlen
impl Send for Datlen
impl Sync for Datlen
impl Unpin for Datlen
impl UnwindSafe for Datlen
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
)