Enum stm32_metapac::eth::vals::Ftf
#[repr(u8)]pub enum Ftf {
_RESERVED_0 = 0,
FLUSH = 1,
}
Variants§
_RESERVED_0 = 0
FLUSH = 1
Transmit FIFO controller logic is reset to its default values. Cleared automatically
Implementations§
Trait Implementations§
§impl Ord for Ftf
impl Ord for Ftf
§impl PartialOrd for Ftf
impl PartialOrd for Ftf
impl Copy for Ftf
impl Eq for Ftf
impl StructuralPartialEq for Ftf
Auto Trait Implementations§
impl Freeze for Ftf
impl RefUnwindSafe for Ftf
impl Send for Ftf
impl Sync for Ftf
impl Unpin for Ftf
impl UnwindSafe for Ftf
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
)