pub enum BFDW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field BFD
Variants§
ENABLED
Address filters pass all received broadcast frames
DISABLED
Address filters filter all incoming broadcast frames
Auto Trait Implementations§
impl Freeze for BFDW
impl RefUnwindSafe for BFDW
impl Send for BFDW
impl Sync for BFDW
impl Unpin for BFDW
impl UnwindSafe for BFDW
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