Enum 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 Copy for Crcnext
impl Eq for Crcnext
§impl Ord for Crcnext
impl Ord for Crcnext
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Crcnext
impl PartialOrd 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 UnsafeUnpin 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