#[repr(u8)]pub enum MibIdle {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The MIB block is updating MIB counters.
ONE = 1
The MIB block is not currently updating any MIB counters.
Implementations§
Trait Implementations§
Source§impl Ord for MibIdle
impl Ord for MibIdle
Source§impl PartialOrd for MibIdle
impl PartialOrd for MibIdle
impl Copy for MibIdle
impl Eq for MibIdle
impl StructuralPartialEq for MibIdle
Auto Trait Implementations§
impl Freeze for MibIdle
impl RefUnwindSafe for MibIdle
impl Send for MibIdle
impl Sync for MibIdle
impl Unpin for MibIdle
impl UnwindSafe for MibIdle
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