Struct SNMP_LOG
#[repr(transparent)]pub struct SNMP_LOG(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for SNMP_LOG
impl Eq for SNMP_LOG
impl StructuralPartialEq for SNMP_LOG
Auto Trait Implementations§
impl Freeze for SNMP_LOG
impl RefUnwindSafe for SNMP_LOG
impl Send for SNMP_LOG
impl Sync for SNMP_LOG
impl Unpin for SNMP_LOG
impl UnwindSafe for SNMP_LOG
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