Enum Rsf
#[repr(u8)]pub enum Rsf {
CutThrough = 0,
StoreForward = 1,
}Variants§
CutThrough = 0
Rx FIFO operates in cut-through mode, subject to RTC bits
StoreForward = 1
Frames are read from Rx FIFO after complete frame has been written
Implementations§
Trait Implementations§
impl Copy for Rsf
impl Eq for Rsf
§impl Ord for Rsf
impl Ord for Rsf
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Rsf
impl PartialOrd for Rsf
impl StructuralPartialEq for Rsf
Auto Trait Implementations§
impl Freeze for Rsf
impl RefUnwindSafe for Rsf
impl Send for Rsf
impl Sync for Rsf
impl Unpin for Rsf
impl UnsafeUnpin for Rsf
impl UnwindSafe for Rsf
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