pub enum RODW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field ROD
Variants§
ENABLED
MAC receives all packets from PHY while transmitting
DISABLED
MAC disables reception of frames in half-duplex mode
Auto Trait Implementations§
impl Freeze for RODW
impl RefUnwindSafe for RODW
impl Send for RODW
impl Sync for RODW
impl Unpin for RODW
impl UnwindSafe for RODW
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