Struct SnmpVarBindList
#[repr(C, packed(4))]pub struct SnmpVarBindList {
pub list: *mut SnmpVarBind,
pub len: u32,
}Fields§
§list: *mut SnmpVarBind§len: u32Trait Implementations§
§impl Clone for SnmpVarBindList
impl Clone for SnmpVarBindList
§fn clone(&self) -> SnmpVarBindList
fn clone(&self) -> SnmpVarBindList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SnmpVarBindList
Auto Trait Implementations§
impl !Send for SnmpVarBindList
impl !Sync for SnmpVarBindList
impl Freeze for SnmpVarBindList
impl RefUnwindSafe for SnmpVarBindList
impl Unpin for SnmpVarBindList
impl UnsafeUnpin for SnmpVarBindList
impl UnwindSafe for SnmpVarBindList
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