pub enum RFCEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field RFCE
Variants§
DISABLED
Pause frames are not decoded
ENABLED
MAC decodes received Pause frames and disables its transmitted for a specified time
Auto Trait Implementations§
impl Freeze for RFCEW
impl RefUnwindSafe for RFCEW
impl Send for RFCEW
impl Sync for RFCEW
impl Unpin for RFCEW
impl UnwindSafe for RFCEW
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