#[repr(u8)]pub enum Prodis {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Frames with wrong checksum are not discarded.
ONE = 1
If a TCP/IP, UDP/IP, or ICMP/IP frame is received that has a wrong TCP, UDP, or ICMP checksum, the frame is discarded. Discarding is only available when the RX FIFO operates in store and forward mode (RSFL cleared).
Implementations§
Trait Implementations§
Source§impl Ord for Prodis
impl Ord for Prodis
Source§impl PartialOrd for Prodis
impl PartialOrd for Prodis
impl Copy for Prodis
impl Eq for Prodis
impl StructuralPartialEq for Prodis
Auto Trait Implementations§
impl Freeze for Prodis
impl RefUnwindSafe for Prodis
impl Send for Prodis
impl Sync for Prodis
impl Unpin for Prodis
impl UnwindSafe for Prodis
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