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
§fn partial_cmp(&self, other: &Rxwne) -> Option<Ordering>
fn partial_cmp(&self, other: &Rxwne) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Rxwne
impl Eq for Rxwne
impl StructuralEq for Rxwne
impl StructuralPartialEq for Rxwne
Auto Trait Implementations§
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