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