Enum Upfd
#[repr(u8)]pub enum Upfd {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
MAC detects only a Pause frame with the multicast address specified in the 802.3x standard
ENABLED = 1
MAC additionally detects Pause frames with the station’s unicast address
Implementations§
Trait Implementations§
§impl Ord for Upfd
impl Ord for Upfd
§impl PartialOrd for Upfd
impl PartialOrd for Upfd
impl Copy for Upfd
impl Eq for Upfd
impl StructuralPartialEq for Upfd
Auto Trait Implementations§
impl Freeze for Upfd
impl RefUnwindSafe for Upfd
impl Send for Upfd
impl Sync for Upfd
impl Unpin for Upfd
impl UnwindSafe for Upfd
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