Enum stm32_metapac::eth::vals::Bfd
#[repr(u8)]pub enum Bfd {
ENABLED = 0,
DISABLED = 1,
}
Variants§
ENABLED = 0
Address filters pass all received broadcast frames
DISABLED = 1
Address filters filter all incoming broadcast frames
Implementations§
Trait Implementations§
§impl Ord for Bfd
impl Ord for Bfd
§impl PartialOrd for Bfd
impl PartialOrd for Bfd
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)