Enum stm32_metapac::eth::vals::Pd
#[repr(u8)]pub enum Pd {
_RESERVED_0 = 0,
ENABLED = 1,
}
Variants§
_RESERVED_0 = 0
ENABLED = 1
All received frames will be dropped. Cleared automatically when a magic packet or wakeup frame is received
Implementations§
Trait Implementations§
§impl Ord for Pd
impl Ord for Pd
§impl PartialOrd for Pd
impl PartialOrd for Pd
impl Copy for Pd
impl Eq for Pd
impl StructuralPartialEq for Pd
Auto Trait Implementations§
impl Freeze for Pd
impl RefUnwindSafe for Pd
impl Send for Pd
impl Sync for Pd
impl Unpin for Pd
impl UnwindSafe for Pd
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
)