#[repr(C)]pub struct _CMSG_SIGNER_INFO {
pub dwVersion: DWORD,
pub Issuer: CERT_NAME_BLOB,
pub SerialNumber: CRYPT_INTEGER_BLOB,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub HashEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub EncryptedHash: CRYPT_DATA_BLOB,
pub AuthAttrs: CRYPT_ATTRIBUTES,
pub UnauthAttrs: CRYPT_ATTRIBUTES,
}
Fields§
§dwVersion: DWORD
§Issuer: CERT_NAME_BLOB
§SerialNumber: CRYPT_INTEGER_BLOB
§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§HashEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§EncryptedHash: CRYPT_DATA_BLOB
§AuthAttrs: CRYPT_ATTRIBUTES
§UnauthAttrs: CRYPT_ATTRIBUTES
Trait Implementations§
Source§impl Clone for _CMSG_SIGNER_INFO
impl Clone for _CMSG_SIGNER_INFO
Source§fn clone(&self) -> _CMSG_SIGNER_INFO
fn clone(&self) -> _CMSG_SIGNER_INFO
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 _CMSG_SIGNER_INFO
impl Debug for _CMSG_SIGNER_INFO
Source§impl Ord for _CMSG_SIGNER_INFO
impl Ord for _CMSG_SIGNER_INFO
Source§fn cmp(&self, other: &_CMSG_SIGNER_INFO) -> Ordering
fn cmp(&self, other: &_CMSG_SIGNER_INFO) -> 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 _CMSG_SIGNER_INFO
impl PartialEq for _CMSG_SIGNER_INFO
Source§impl PartialOrd for _CMSG_SIGNER_INFO
impl PartialOrd for _CMSG_SIGNER_INFO
impl Copy for _CMSG_SIGNER_INFO
impl Eq for _CMSG_SIGNER_INFO
impl StructuralPartialEq for _CMSG_SIGNER_INFO
Auto Trait Implementations§
impl Freeze for _CMSG_SIGNER_INFO
impl RefUnwindSafe for _CMSG_SIGNER_INFO
impl !Send for _CMSG_SIGNER_INFO
impl !Sync for _CMSG_SIGNER_INFO
impl Unpin for _CMSG_SIGNER_INFO
impl UnwindSafe for _CMSG_SIGNER_INFO
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