#[repr(C)]
pub struct MBN_INTERFACE_CAPS {
Show 13 fields pub cellularClass: MBN_CELLULAR_CLASS, pub voiceClass: MBN_VOICE_CLASS, pub dataClass: u32, pub customDataClass: BSTR, pub gsmBandClass: u32, pub cdmaBandClass: u32, pub customBandClass: BSTR, pub smsCaps: u32, pub controlCaps: u32, pub deviceID: BSTR, pub manufacturer: BSTR, pub model: BSTR, pub firmwareInfo: BSTR,
}
Expand description

Required features: "Win32_NetworkManagement_MobileBroadband", "Win32_Foundation"

Fields

cellularClass: MBN_CELLULAR_CLASSvoiceClass: MBN_VOICE_CLASSdataClass: u32customDataClass: BSTRgsmBandClass: u32cdmaBandClass: u32customBandClass: BSTRsmsCaps: u32controlCaps: u32deviceID: BSTRmanufacturer: BSTRmodel: BSTRfirmwareInfo: BSTR

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.