pub enum REW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field RE
Variants§
DISABLED
MAC receive state machine is disabled after the completion of the reception of the current frame
ENABLED
MAC receive state machine is enabled
Auto Trait Implementations§
impl Freeze for REW
impl RefUnwindSafe for REW
impl Send for REW
impl Sync for REW
impl Unpin for REW
impl UnwindSafe for REW
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