#[repr(C)]
pub struct __mbnapi_ReferenceRemainingTypes__ {
Show 14 fields pub bandClass: MBN_BAND_CLASS, pub contextConstants: MBN_CONTEXT_CONSTANTS, pub ctrlCaps: MBN_CTRL_CAPS, pub dataClass: MBN_DATA_CLASS, pub interfaceCapsConstants: MBN_INTERFACE_CAPS_CONSTANTS, pub pinConstants: MBN_PIN_CONSTANTS, pub providerConstants: MBN_PROVIDER_CONSTANTS, pub providerState: MBN_PROVIDER_STATE, pub registrationConstants: MBN_REGISTRATION_CONSTANTS, pub signalConstants: MBN_SIGNAL_CONSTANTS, pub smsCaps: MBN_SMS_CAPS, pub smsConstants: WWAEXT_SMS_CONSTANTS, pub wwaextSmsConstants: WWAEXT_SMS_CONSTANTS, pub smsStatusFlag: MBN_SMS_STATUS_FLAG,
}
Expand description

Required features: "Win32_NetworkManagement_MobileBroadband"

Fields

bandClass: MBN_BAND_CLASScontextConstants: MBN_CONTEXT_CONSTANTSctrlCaps: MBN_CTRL_CAPSdataClass: MBN_DATA_CLASSinterfaceCapsConstants: MBN_INTERFACE_CAPS_CONSTANTSpinConstants: MBN_PIN_CONSTANTSproviderConstants: MBN_PROVIDER_CONSTANTSproviderState: MBN_PROVIDER_STATEregistrationConstants: MBN_REGISTRATION_CONSTANTSsignalConstants: MBN_SIGNAL_CONSTANTSsmsCaps: MBN_SMS_CAPSsmsConstants: WWAEXT_SMS_CONSTANTSwwaextSmsConstants: WWAEXT_SMS_CONSTANTSsmsStatusFlag: MBN_SMS_STATUS_FLAG

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.