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