Struct windows_sys::Win32::NetworkManagement::Snmp::AsnAny
[−]Expand description
Required features: ‘Win32_NetworkManagement_Snmp’, ‘Win32_Foundation’
Fields
asnType: u8
asnValue: AsnAny_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsnAny
impl !Send for AsnAny
impl !Sync for AsnAny
impl Unpin for AsnAny
impl UnwindSafe for AsnAny
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more