#[repr(C)]pub struct MBN_CONTEXT {
pub contextID: u32,
pub contextType: MBN_CONTEXT_TYPE,
pub accessString: BSTR,
pub userName: BSTR,
pub password: BSTR,
pub compression: MBN_COMPRESSION,
pub authType: MBN_AUTH_PROTOCOL,
}
Expand description
Required features: "Win32_NetworkManagement_MobileBroadband"
, "Win32_Foundation"
Fields
contextID: u32
contextType: MBN_CONTEXT_TYPE
accessString: BSTR
userName: BSTR
password: BSTR
compression: MBN_COMPRESSION
authType: MBN_AUTH_PROTOCOL
Trait Implementations
impl Clone for MBN_CONTEXT
impl Clone for MBN_CONTEXT
impl Copy for MBN_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for MBN_CONTEXT
impl !Send for MBN_CONTEXT
impl !Sync for MBN_CONTEXT
impl Unpin for MBN_CONTEXT
impl UnwindSafe for MBN_CONTEXT
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