pub enum St {
Unknown,
Enabled,
Disabled,
Testing,
Invalid(u16),
}Available on crate feature
model11 only.Expand description
Link State
Enumerated value. State information for this interface
Variants§
Trait Implementations§
impl Copy for St
impl Eq for St
impl StructuralPartialEq for St
Auto Trait Implementations§
impl Freeze for St
impl RefUnwindSafe for St
impl Send for St
impl Sync for St
impl Unpin for St
impl UnsafeUnpin for St
impl UnwindSafe for St
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