Enum stm32_metapac::spi::vals::Rcrcini
#[repr(u8)]pub enum Rcrcini {
ALLZEROS = 0,
ALLONES = 1,
}
Variants§
ALLZEROS = 0
All zeros RX CRC initialization pattern
ALLONES = 1
All ones RX CRC initialization pattern
Implementations§
Trait Implementations§
§impl Ord for Rcrcini
impl Ord for Rcrcini
§impl PartialOrd for Rcrcini
impl PartialOrd for Rcrcini
§fn partial_cmp(&self, other: &Rcrcini) -> Option<Ordering>
fn partial_cmp(&self, other: &Rcrcini) -> 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 Rcrcini
impl Eq for Rcrcini
impl StructuralEq for Rcrcini
impl StructuralPartialEq for Rcrcini
Auto Trait Implementations§
impl RefUnwindSafe for Rcrcini
impl Send for Rcrcini
impl Sync for Rcrcini
impl Unpin for Rcrcini
impl UnwindSafe for Rcrcini
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