Struct windows_sys::Win32::NetworkManagement::Snmp::SnmpVarBind
[−]#[repr(C)]pub struct SnmpVarBind {
pub name: AsnObjectIdentifier,
pub value: AsnAny,
}
Expand description
Required features: "Win32_NetworkManagement_Snmp"
, "Win32_Foundation"
Fields
name: AsnObjectIdentifier
value: AsnAny
Trait Implementations
impl Clone for SnmpVarBind
impl Clone for SnmpVarBind
impl Copy for SnmpVarBind
Auto Trait Implementations
impl RefUnwindSafe for SnmpVarBind
impl !Send for SnmpVarBind
impl !Sync for SnmpVarBind
impl Unpin for SnmpVarBind
impl UnwindSafe for SnmpVarBind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more