Enum stm32_metapac::eth::vals::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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)