pub enum PMW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field PM
Variants§
DISABLED
Normal address filtering
ENABLED
Address filters pass all incoming frames regardless of their destination or source address
Auto Trait Implementations§
impl Freeze for PMW
impl RefUnwindSafe for PMW
impl Send for PMW
impl Sync for PMW
impl Unpin for PMW
impl UnwindSafe for PMW
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