#[repr(u8)]pub enum MibClear {
ZERO = 0,
ONE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for MibClear
impl Ord for MibClear
Source§impl PartialOrd for MibClear
impl PartialOrd for MibClear
impl Copy for MibClear
impl Eq for MibClear
impl StructuralPartialEq for MibClear
Auto Trait Implementations§
impl Freeze for MibClear
impl RefUnwindSafe for MibClear
impl Send for MibClear
impl Sync for MibClear
impl Unpin for MibClear
impl UnwindSafe for MibClear
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