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 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