Struct windows_sys::Win32::NetworkManagement::Snmp::AsnAny
#[repr(C, packed(4))]pub struct AsnAny {
pub asnType: u8,
pub asnValue: AsnAny_0,
}
Expand description
Required features: "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§
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