#[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"
Fields
cellularClass: MBN_CELLULAR_CLASSvoiceClass: MBN_VOICE_CLASSdataClass: u32customDataClass: BSTRgsmBandClass: u32cdmaBandClass: u32customBandClass: BSTRsmsCaps: u32controlCaps: u32deviceID: BSTRmanufacturer: BSTRmodel: BSTRfirmwareInfo: BSTRTrait Implementations
impl Clone for MBN_INTERFACE_CAPS
impl Clone for MBN_INTERFACE_CAPS
impl Copy for MBN_INTERFACE_CAPS
Auto Trait Implementations
impl RefUnwindSafe for MBN_INTERFACE_CAPS
impl !Send for MBN_INTERFACE_CAPS
impl !Sync for MBN_INTERFACE_CAPS
impl Unpin for MBN_INTERFACE_CAPS
impl UnwindSafe for MBN_INTERFACE_CAPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more