#[repr(C)]pub struct SecPkgContext_SaslContext {
pub SaslContext: *mut c_void,
}
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§
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