#[repr(u8)]pub enum Prochk {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Checksum not inserted.
ONE = 1
If an IP frame with a known protocol is transmitted, the checksum is inserted automatically into the frame. The checksum field must be cleared. The other frames are not modified.
Implementations§
Trait Implementations§
Source§impl Ord for Prochk
impl Ord for Prochk
Source§impl PartialOrd for Prochk
impl PartialOrd for Prochk
impl Copy for Prochk
impl Eq for Prochk
impl StructuralPartialEq for Prochk
Auto Trait Implementations§
impl Freeze for Prochk
impl RefUnwindSafe for Prochk
impl Send for Prochk
impl Sync for Prochk
impl Unpin for Prochk
impl UnwindSafe for Prochk
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