Expand description
Required features: "Win32_Security_Credentials"
Fields
AuthBufferLen: u32
AuthBuffer: *mut u8
Trait Implementations
impl Clone for SecPkgContext_ClientCreds
impl Clone for SecPkgContext_ClientCreds
impl Copy for SecPkgContext_ClientCreds
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_ClientCreds
impl !Send for SecPkgContext_ClientCreds
impl !Sync for SecPkgContext_ClientCreds
impl Unpin for SecPkgContext_ClientCreds
impl UnwindSafe for SecPkgContext_ClientCreds
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