#[repr(u8)]pub enum Paden {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
No padding is removed on receive by the MAC.
ONE = 1
Padding is removed from received frames.
Implementations§
Trait Implementations§
Source§impl Ord for Paden
impl Ord for Paden
Source§impl PartialOrd for Paden
impl PartialOrd for Paden
impl Copy for Paden
impl Eq for Paden
impl StructuralPartialEq for Paden
Auto Trait Implementations§
impl Freeze for Paden
impl RefUnwindSafe for Paden
impl Send for Paden
impl Sync for Paden
impl Unpin for Paden
impl UnwindSafe for Paden
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