Enum stm32_metapac::eth::vals::Fugf
#[repr(u8)]pub enum Fugf {
DROP = 0,
FORWARD = 1,
}
Variants§
DROP = 0
Rx FIFO drops all frames of less than 64 bytes
FORWARD = 1
Rx FIFO forwards undersized frames
Implementations§
Trait Implementations§
§impl Ord for Fugf
impl Ord for Fugf
§impl PartialOrd for Fugf
impl PartialOrd for Fugf
impl Copy for Fugf
impl Eq for Fugf
impl StructuralPartialEq for Fugf
Auto Trait Implementations§
impl Freeze for Fugf
impl RefUnwindSafe for Fugf
impl Send for Fugf
impl Sync for Fugf
impl Unpin for Fugf
impl UnwindSafe for Fugf
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
)