Enum stm32_metapac::spi::vals::Dff
#[repr(u8)]pub enum Dff {
BITS8 = 0,
BITS16 = 1,
}
Variants§
BITS8 = 0
8-bit data frame format is selected for transmission/reception
BITS16 = 1
16-bit data frame format is selected for transmission/reception
Implementations§
Trait Implementations§
§impl Ord for Dff
impl Ord for Dff
§impl PartialOrd for Dff
impl PartialOrd for Dff
impl Copy for Dff
impl Eq for Dff
impl StructuralPartialEq for Dff
Auto Trait Implementations§
impl Freeze for Dff
impl RefUnwindSafe for Dff
impl Send for Dff
impl Sync for Dff
impl Unpin for Dff
impl UnwindSafe for Dff
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
)