Struct MBN_INTERFACE_CAPS
#[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: ManuallyDrop<BSTR>,
pub gsmBandClass: u32,
pub cdmaBandClass: u32,
pub customBandClass: ManuallyDrop<BSTR>,
pub smsCaps: u32,
pub controlCaps: u32,
pub deviceID: ManuallyDrop<BSTR>,
pub manufacturer: ManuallyDrop<BSTR>,
pub model: ManuallyDrop<BSTR>,
pub firmwareInfo: ManuallyDrop<BSTR>,
}Fields§
§cellularClass: MBN_CELLULAR_CLASS§voiceClass: MBN_VOICE_CLASS§dataClass: u32§customDataClass: ManuallyDrop<BSTR>§gsmBandClass: u32§cdmaBandClass: u32§customBandClass: ManuallyDrop<BSTR>§smsCaps: u32§controlCaps: u32§deviceID: ManuallyDrop<BSTR>§manufacturer: ManuallyDrop<BSTR>§model: ManuallyDrop<BSTR>§firmwareInfo: ManuallyDrop<BSTR>Trait Implementations§
§impl Clone for MBN_INTERFACE_CAPS
impl Clone for MBN_INTERFACE_CAPS
§fn clone(&self) -> MBN_INTERFACE_CAPS
fn clone(&self) -> MBN_INTERFACE_CAPS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for MBN_INTERFACE_CAPS
impl Debug for MBN_INTERFACE_CAPS
§impl Default for MBN_INTERFACE_CAPS
impl Default for MBN_INTERFACE_CAPS
§impl PartialEq for MBN_INTERFACE_CAPS
impl PartialEq for MBN_INTERFACE_CAPS
impl StructuralPartialEq for MBN_INTERFACE_CAPS
Auto Trait Implementations§
impl Freeze for MBN_INTERFACE_CAPS
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more