pub enum TSFW {
CUTTHROUGH,
STOREFORWARD,
}
Expand description
Values that can be written to the field TSF
Variants§
CUTTHROUGH
Transmission starts when the frame size in the Tx FIFO exceeds TTC threshold
STOREFORWARD
Transmission starts when a full frame is in the Tx FIFO
Auto Trait Implementations§
impl Freeze for TSFW
impl RefUnwindSafe for TSFW
impl Send for TSFW
impl Sync for TSFW
impl Unpin for TSFW
impl UnwindSafe for TSFW
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