Enum embassy_net_driver::LinkState
source · pub enum LinkState {
Down,
Up,
}
Expand description
The link state of a network device.
Variants§
Trait Implementations§
source§impl PartialEq for LinkState
impl PartialEq for LinkState
impl Copy for LinkState
impl Eq for LinkState
impl StructuralEq for LinkState
impl StructuralPartialEq for LinkState
Auto Trait Implementations§
impl RefUnwindSafe for LinkState
impl Send for LinkState
impl Sync for LinkState
impl Unpin for LinkState
impl UnwindSafe for LinkState
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