Struct 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
§fn clone(&self) -> MBN_CONTEXT
fn clone(&self) -> MBN_CONTEXT
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_CONTEXT
impl Debug for MBN_CONTEXT
§impl PartialEq for MBN_CONTEXT
impl PartialEq 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