#[repr(C)]pub struct MBN_PROVIDER2 {
pub provider: MBN_PROVIDER,
pub cellularClass: MBN_CELLULAR_CLASS,
pub signalStrength: u32,
pub signalError: u32,
}
Expand description
Required features: "Win32_NetworkManagement_MobileBroadband"
, "Win32_Foundation"
Fields
provider: MBN_PROVIDER
cellularClass: MBN_CELLULAR_CLASS
signalStrength: u32
signalError: u32
Trait Implementations
impl Clone for MBN_PROVIDER2
impl Clone for MBN_PROVIDER2
impl Copy for MBN_PROVIDER2
Auto Trait Implementations
impl RefUnwindSafe for MBN_PROVIDER2
impl !Send for MBN_PROVIDER2
impl !Sync for MBN_PROVIDER2
impl Unpin for MBN_PROVIDER2
impl UnwindSafe for MBN_PROVIDER2
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