#[repr(u8)]pub enum RcrCrcfwd {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The CRC field of received frames is transmitted to the user application.
ONE = 1
The CRC field is stripped from the frame.
Implementations§
Trait Implementations§
Source§impl Ord for RcrCrcfwd
impl Ord for RcrCrcfwd
Source§impl PartialOrd for RcrCrcfwd
impl PartialOrd for RcrCrcfwd
impl Copy for RcrCrcfwd
impl Eq for RcrCrcfwd
impl StructuralPartialEq for RcrCrcfwd
Auto Trait Implementations§
impl Freeze for RcrCrcfwd
impl RefUnwindSafe for RcrCrcfwd
impl Send for RcrCrcfwd
impl Sync for RcrCrcfwd
impl Unpin for RcrCrcfwd
impl UnwindSafe for RcrCrcfwd
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