pub enum LinkSpeed {
Mpbs1000,
Mbps100,
Mpbs10,
Illegal,
}
Expand description
All basic link speeds possibly supported by the PHY.
Variants§
Trait Implementations§
impl Copy for LinkSpeed
impl Eq for LinkSpeed
impl StructuralPartialEq for LinkSpeed
Auto Trait Implementations§
impl Freeze for LinkSpeed
impl RefUnwindSafe for LinkSpeed
impl Send for LinkSpeed
impl Sync for LinkSpeed
impl Unpin for LinkSpeed
impl UnwindSafe for LinkSpeed
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