Union windows_sys::Win32::Security::Cryptography::CERT_ID_0
[−]#[repr(C)]
pub union CERT_ID_0 {
pub IssuerSerialNumber: CERT_ISSUER_SERIAL_NUMBER,
pub KeyId: CRYPTOAPI_BLOB,
pub HashId: CRYPTOAPI_BLOB,
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
IssuerSerialNumber: CERT_ISSUER_SERIAL_NUMBER
KeyId: CRYPTOAPI_BLOB
HashId: CRYPTOAPI_BLOB
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CERT_ID_0
impl !Send for CERT_ID_0
impl !Sync for CERT_ID_0
impl Unpin for CERT_ID_0
impl UnwindSafe for CERT_ID_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more