#[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,
}
Expand description

Required features: "Win32_NetworkManagement_Snmp", "Win32_Foundation"

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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.