pub enum PAM {
Disabled = 0,
Enabled = 1,
}
Expand description
Pass all multicast
Value on reset: 0
Variants§
Disabled = 0
0: Filtering of multicast frames depends on HM
Enabled = 1
1: All received frames with a multicast destination address are passed
Trait Implementations§
impl Copy for PAM
impl Eq for PAM
impl StructuralPartialEq for PAM
Auto Trait Implementations§
impl Freeze for PAM
impl RefUnwindSafe for PAM
impl Send for PAM
impl Sync for PAM
impl Unpin for PAM
impl UnwindSafe for PAM
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