pub enum UPFD_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Unicast pause frame detect
Value on reset: 0
Variants§
Disabled = 0
0: MAC detects only a Pause frame with the multicast address specified in the 802.3x standard
Enabled = 1
1: MAC additionally detects Pause frames with the station’s unicast address
Trait Implementations§
impl Copy for UPFD_A
impl StructuralPartialEq for UPFD_A
Auto Trait Implementations§
impl Freeze for UPFD_A
impl RefUnwindSafe for UPFD_A
impl Send for UPFD_A
impl Sync for UPFD_A
impl Unpin for UPFD_A
impl UnwindSafe for UPFD_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