Struct windows_sys::Win32::NetworkManagement::Snmp::SnmpVarBindList
[−]#[repr(C, packed(4))]pub struct SnmpVarBindList {
pub list: *mut SnmpVarBind,
pub len: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Snmp"
, "Win32_Foundation"
Fields
list: *mut SnmpVarBind
len: u32
Trait Implementations
impl Clone for SnmpVarBindList
impl Clone for SnmpVarBindList
impl Copy for SnmpVarBindList
Auto Trait Implementations
impl RefUnwindSafe for SnmpVarBindList
impl !Send for SnmpVarBindList
impl !Sync for SnmpVarBindList
impl Unpin for SnmpVarBindList
impl UnwindSafe for SnmpVarBindList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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