Enum stm32_metapac::spi::vals::Crcnext
#[repr(u8)]pub enum Crcnext {
TXBUFFER = 0,
CRC = 1,
}
Variants§
TXBUFFER = 0
Next transmit value is from Tx buffer
CRC = 1
Next transmit value is from Tx CRC register
Implementations§
Trait Implementations§
§impl Ord for Crcnext
impl Ord for Crcnext
§impl PartialOrd for Crcnext
impl PartialOrd for Crcnext
§fn partial_cmp(&self, other: &Crcnext) -> Option<Ordering>
fn partial_cmp(&self, other: &Crcnext) -> 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 Crcnext
impl Eq for Crcnext
impl StructuralPartialEq for Crcnext
Auto Trait Implementations§
impl Freeze for Crcnext
impl RefUnwindSafe for Crcnext
impl Send for Crcnext
impl Sync for Crcnext
impl Unpin for Crcnext
impl UnwindSafe for Crcnext
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