#[repr(u8)]pub enum IfOper {
Unknown = 0,
Notpresent = 1,
Down = 2,
Lowerlayerdown = 3,
Testing = 4,
Dormant = 5,
Up = 6,
}
Variants§
Trait Implementations§
impl Copy for IfOper
impl Eq for IfOper
impl StructuralPartialEq for IfOper
Auto Trait Implementations§
impl Freeze for IfOper
impl RefUnwindSafe for IfOper
impl Send for IfOper
impl Sync for IfOper
impl Unpin for IfOper
impl UnwindSafe for IfOper
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