Struct windows_sys::Win32::Security::Cryptography::CERT_CHAIN
[−]#[repr(C)]pub struct CERT_CHAIN {
pub cCerts: u32,
pub certs: *mut CRYPTOAPI_BLOB,
pub keyLocatorInfo: CRYPT_KEY_PROV_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cCerts: u32
certs: *mut CRYPTOAPI_BLOB
keyLocatorInfo: CRYPT_KEY_PROV_INFO
Trait Implementations
impl Clone for CERT_CHAIN
impl Clone for CERT_CHAIN
impl Copy for CERT_CHAIN
Auto Trait Implementations
impl RefUnwindSafe for CERT_CHAIN
impl !Send for CERT_CHAIN
impl !Sync for CERT_CHAIN
impl Unpin for CERT_CHAIN
impl UnwindSafe for CERT_CHAIN
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