pub enum PAMW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field PAM
Variants§
DISABLED
Filtering of multicast frames depends on HM
ENABLED
All received frames with a multicast destination address are passed
Auto Trait Implementations§
impl Freeze for PAMW
impl RefUnwindSafe for PAMW
impl Send for PAMW
impl Sync for PAMW
impl Unpin for PAMW
impl UnwindSafe for PAMW
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