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