pub enum RSFW {
CUTTHROUGH,
STOREFORWARD,
}
Expand description
Values that can be written to the field RSF
Variants§
CUTTHROUGH
Rx FIFO operates in cut-through mode, subject to RTC bits
STOREFORWARD
Frames are read from Rx FIFO after complete frame has been written
Auto Trait Implementations§
impl Freeze for RSFW
impl RefUnwindSafe for RSFW
impl Send for RSFW
impl Sync for RSFW
impl Unpin for RSFW
impl UnwindSafe for RSFW
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