pub enum APCSW {
DISABLED,
STRIP,
}
Expand description
Values that can be written to the field APCS
Variants§
DISABLED
MAC passes all incoming frames unmodified
STRIP
MAC strips the Pad/FCS field on incoming frames only for lengths less than or equal to 1500 bytes
Auto Trait Implementations§
impl Freeze for APCSW
impl RefUnwindSafe for APCSW
impl Send for APCSW
impl Sync for APCSW
impl Unpin for APCSW
impl UnwindSafe for APCSW
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