#[repr(u8)]pub enum Paufwd {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Pause frames are terminated and discarded in the MAC.
ONE = 1
Pause frames are forwarded to the user application.
Implementations§
Trait Implementations§
Source§impl Ord for Paufwd
impl Ord for Paufwd
Source§impl PartialOrd for Paufwd
impl PartialOrd for Paufwd
impl Copy for Paufwd
impl Eq for Paufwd
impl StructuralPartialEq for Paufwd
Auto Trait Implementations§
impl Freeze for Paufwd
impl RefUnwindSafe for Paufwd
impl Send for Paufwd
impl Sync for Paufwd
impl Unpin for Paufwd
impl UnwindSafe for Paufwd
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