Enum stm32_metapac::spi::vals::Rxwne
#[repr(u8)]pub enum Rxwne {
LESSTHAN32 = 0,
ATLEAST32 = 1,
}
Variants§
LESSTHAN32 = 0
Less than 32-bit data frame received
ATLEAST32 = 1
At least 32-bit data frame received
Implementations§
Trait Implementations§
§impl Ord for Rxwne
impl Ord for Rxwne
§impl PartialOrd for Rxwne
impl PartialOrd for Rxwne
impl Copy for Rxwne
impl Eq for Rxwne
impl StructuralPartialEq for Rxwne
Auto Trait Implementations§
impl Freeze for Rxwne
impl RefUnwindSafe for Rxwne
impl Send for Rxwne
impl Sync for Rxwne
impl Unpin for Rxwne
impl UnwindSafe for Rxwne
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
)