Struct Rsf
#[repr(transparent)]pub struct Rsf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Rsf
impl Rsf
pub const CUTTHROUGH: Self
pub const CUTTHROUGH: Self
Rx FIFO operates in cut-through mode, subject to RTC bits
pub const STOREFORWARD: Self
pub const STOREFORWARD: Self
Frames are read from Rx FIFO after complete frame has been written
Trait Implementations§
§impl Ord for Rsf
impl Ord for Rsf
§impl PartialOrd for Rsf
impl PartialOrd for Rsf
impl Copy for Rsf
impl Eq 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 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