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