pub enum LinkSpeed {
Speed10MBPS,
Speed100MBPS,
Speed1000MBPS,
}
Variants§
Trait Implementations§
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