pub enum UPFDW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field UPFD
Variants§
DISABLED
MAC detects only a Pause frame with the multicast address specified in the 802.3x standard
ENABLED
MAC additionally detects Pause frames with the station’s unicast address
Auto Trait Implementations§
impl Freeze for UPFDW
impl RefUnwindSafe for UPFDW
impl Send for UPFDW
impl Sync for UPFDW
impl Unpin for UPFDW
impl UnwindSafe for UPFDW
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