Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
SaslContext: *mut c_void
Trait Implementations
impl Clone for SecPkgContext_SaslContext
impl Clone for SecPkgContext_SaslContext
impl Copy for SecPkgContext_SaslContext
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_SaslContext
impl !Send for SecPkgContext_SaslContext
impl !Sync for SecPkgContext_SaslContext
impl Unpin for SecPkgContext_SaslContext
impl UnwindSafe for SecPkgContext_SaslContext
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