#[repr(C)]pub struct CERT_AUTHORITY_KEY_ID_INFO {
pub KeyId: CRYPTOAPI_BLOB,
pub CertIssuer: CRYPTOAPI_BLOB,
pub CertSerialNumber: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
KeyId: CRYPTOAPI_BLOB
CertIssuer: CRYPTOAPI_BLOB
CertSerialNumber: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CERT_AUTHORITY_KEY_ID_INFO
impl Clone for CERT_AUTHORITY_KEY_ID_INFO
impl Copy for CERT_AUTHORITY_KEY_ID_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_AUTHORITY_KEY_ID_INFO
impl !Send for CERT_AUTHORITY_KEY_ID_INFO
impl !Sync for CERT_AUTHORITY_KEY_ID_INFO
impl Unpin for CERT_AUTHORITY_KEY_ID_INFO
impl UnwindSafe for CERT_AUTHORITY_KEY_ID_INFO
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