#[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_CLASS
voiceClass: MBN_VOICE_CLASS
dataClass: u32
customDataClass: BSTR
gsmBandClass: u32
cdmaBandClass: u32
customBandClass: BSTR
smsCaps: u32
controlCaps: u32
deviceID: BSTR
manufacturer: BSTR
model: BSTR
firmwareInfo: BSTR
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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