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