pub enum BFD {
Enabled = 0,
Disabled = 1,
}
Expand description
Broadcast frames disable
Value on reset: 0
Variants§
Enabled = 0
0: Address filters pass all received broadcast frames
Disabled = 1
1: Address filters filter all incoming broadcast frames
Trait Implementations§
impl Copy for BFD
impl Eq for BFD
impl StructuralPartialEq for BFD
Auto Trait Implementations§
impl Freeze for BFD
impl RefUnwindSafe for BFD
impl Send for BFD
impl Sync for BFD
impl Unpin for BFD
impl UnwindSafe for BFD
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