#[repr(u8)]pub enum En1588 {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Legacy FEC buffer descriptors and functions enabled.
ONE = 1
Enhanced frame time-stamping functions enabled. Has no effect within the MAC besides controlling the DMA control bit ena_1588.
Implementations§
Trait Implementations§
Source§impl Ord for En1588
impl Ord for En1588
Source§impl PartialOrd for En1588
impl PartialOrd for En1588
impl Copy for En1588
impl Eq for En1588
impl StructuralPartialEq for En1588
Auto Trait Implementations§
impl Freeze for En1588
impl RefUnwindSafe for En1588
impl Send for En1588
impl Sync for En1588
impl Unpin for En1588
impl UnwindSafe for En1588
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