Enum Rfce
#[repr(u8)]pub enum Rfce {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Pause frames are not decoded
ENABLED = 1
MAC decodes received Pause frames and disables its transmitted for a specified time
Implementations§
Trait Implementations§
§impl Ord for Rfce
impl Ord for Rfce
§impl PartialOrd for Rfce
impl PartialOrd for Rfce
impl Copy for Rfce
impl Eq for Rfce
impl StructuralPartialEq for Rfce
Auto Trait Implementations§
impl Freeze for Rfce
impl RefUnwindSafe for Rfce
impl Send for Rfce
impl Sync for Rfce
impl Unpin for Rfce
impl UnwindSafe for Rfce
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