Union windows::Win32::NetworkManagement::Snmp::AsnAny_0
#[repr(C, packed(4))]
pub union AsnAny_0 {
pub number: i32,
pub unsigned32: u32,
pub counter64: u64,
pub string: AsnOctetString,
pub bits: AsnOctetString,
pub object: AsnObjectIdentifier,
pub sequence: AsnOctetString,
pub address: AsnOctetString,
pub counter: u32,
pub gauge: u32,
pub ticks: u32,
pub arbitrary: AsnOctetString,
}
Fields§
§number: i32
§unsigned32: u32
§counter64: u64
§string: AsnOctetString
§bits: AsnOctetString
§object: AsnObjectIdentifier
§sequence: AsnOctetString
§address: AsnOctetString
§counter: u32
§gauge: u32
§ticks: u32
§arbitrary: AsnOctetString
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsnAny_0
impl RefUnwindSafe for AsnAny_0
impl !Send for AsnAny_0
impl !Sync for AsnAny_0
impl Unpin for AsnAny_0
impl UnwindSafe for AsnAny_0
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)