Struct windows::Win32::NetworkManagement::MobileBroadband::MBN_CONTEXT
#[repr(C)]pub struct MBN_CONTEXT {
pub contextID: u32,
pub contextType: MBN_CONTEXT_TYPE,
pub accessString: ManuallyDrop<BSTR>,
pub userName: ManuallyDrop<BSTR>,
pub password: ManuallyDrop<BSTR>,
pub compression: MBN_COMPRESSION,
pub authType: MBN_AUTH_PROTOCOL,
}
Fields§
§contextID: u32
§contextType: MBN_CONTEXT_TYPE
§accessString: ManuallyDrop<BSTR>
§userName: ManuallyDrop<BSTR>
§password: ManuallyDrop<BSTR>
§compression: MBN_COMPRESSION
§authType: MBN_AUTH_PROTOCOL
Trait Implementations§
§impl Clone for MBN_CONTEXT
impl Clone for MBN_CONTEXT
§impl Debug for MBN_CONTEXT
impl Debug for MBN_CONTEXT
§impl PartialEq for MBN_CONTEXT
impl PartialEq for MBN_CONTEXT
§fn eq(&self, other: &MBN_CONTEXT) -> bool
fn eq(&self, other: &MBN_CONTEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MBN_CONTEXT
impl StructuralPartialEq for MBN_CONTEXT
Auto Trait Implementations§
impl Freeze for MBN_CONTEXT
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)