#[repr(C)]pub struct SecPkgContext_Certificates {
pub cCertificates: u32,
pub cbCertificateChain: u32,
pub pbCertificateChain: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cCertificates: u32
cbCertificateChain: u32
pbCertificateChain: *mut u8
Trait Implementations
impl Clone for SecPkgContext_Certificates
impl Clone for SecPkgContext_Certificates
impl Copy for SecPkgContext_Certificates
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_Certificates
impl !Send for SecPkgContext_Certificates
impl !Sync for SecPkgContext_Certificates
impl Unpin for SecPkgContext_Certificates
impl UnwindSafe for SecPkgContext_Certificates
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