pub enum BFD_A {
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_A
impl StructuralPartialEq for BFD_A
Auto Trait Implementations§
impl Freeze for BFD_A
impl RefUnwindSafe for BFD_A
impl Send for BFD_A
impl Sync for BFD_A
impl Unpin for BFD_A
impl UnwindSafe for BFD_A
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