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