pub enum FES_A {
Fes10 = 0,
Fes100 = 1,
}
Expand description
Fast Ethernet speed
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FES_A
impl StructuralPartialEq for FES_A
Auto Trait Implementations§
impl Freeze for FES_A
impl RefUnwindSafe for FES_A
impl Send for FES_A
impl Sync for FES_A
impl Unpin for FES_A
impl UnwindSafe for FES_A
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