Struct windows_sys::Win32::Security::Cryptography::OCSP_CERT_ID
[−]#[repr(C)]pub struct OCSP_CERT_ID {
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub IssuerNameHash: CRYPTOAPI_BLOB,
pub IssuerKeyHash: CRYPTOAPI_BLOB,
pub SerialNumber: CRYPTOAPI_BLOB,
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
IssuerNameHash: CRYPTOAPI_BLOB
IssuerKeyHash: CRYPTOAPI_BLOB
SerialNumber: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for OCSP_CERT_ID
impl Clone for OCSP_CERT_ID
impl Copy for OCSP_CERT_ID
Auto Trait Implementations
impl RefUnwindSafe for OCSP_CERT_ID
impl !Send for OCSP_CERT_ID
impl !Sync for OCSP_CERT_ID
impl Unpin for OCSP_CERT_ID
impl UnwindSafe for OCSP_CERT_ID
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