#[repr(C)]pub struct _OCSP_CERT_ID {
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub IssuerNameHash: CRYPT_HASH_BLOB,
pub IssuerKeyHash: CRYPT_HASH_BLOB,
pub SerialNumber: CRYPT_INTEGER_BLOB,
}
Fields§
§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§IssuerNameHash: CRYPT_HASH_BLOB
§IssuerKeyHash: CRYPT_HASH_BLOB
§SerialNumber: CRYPT_INTEGER_BLOB
Trait Implementations§
Source§impl Clone for _OCSP_CERT_ID
impl Clone for _OCSP_CERT_ID
Source§fn clone(&self) -> _OCSP_CERT_ID
fn clone(&self) -> _OCSP_CERT_ID
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _OCSP_CERT_ID
impl Debug for _OCSP_CERT_ID
Source§impl Ord for _OCSP_CERT_ID
impl Ord for _OCSP_CERT_ID
Source§fn cmp(&self, other: &_OCSP_CERT_ID) -> Ordering
fn cmp(&self, other: &_OCSP_CERT_ID) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _OCSP_CERT_ID
impl PartialEq for _OCSP_CERT_ID
Source§impl PartialOrd for _OCSP_CERT_ID
impl PartialOrd for _OCSP_CERT_ID
impl Copy for _OCSP_CERT_ID
impl Eq for _OCSP_CERT_ID
impl StructuralPartialEq for _OCSP_CERT_ID
Auto Trait Implementations§
impl Freeze for _OCSP_CERT_ID
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more