#[repr(u8)]pub enum Padrem {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Padding not removed.
ONE = 1
Any bytes following the IP payload section of the frame are removed from the frame.
Implementations§
Trait Implementations§
Source§impl Ord for Padrem
impl Ord for Padrem
Source§impl PartialOrd for Padrem
impl PartialOrd for Padrem
impl Copy for Padrem
impl Eq for Padrem
impl StructuralPartialEq for Padrem
Auto Trait Implementations§
impl Freeze for Padrem
impl RefUnwindSafe for Padrem
impl Send for Padrem
impl Sync for Padrem
impl Unpin for Padrem
impl UnwindSafe for Padrem
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