Struct CRYPT_TIMESTAMP_REQUEST
#[repr(C)]pub struct CRYPT_TIMESTAMP_REQUEST {
pub dwVersion: CRYPT_TIMESTAMP_VERSION,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub HashedMessage: CRYPT_INTEGER_BLOB,
pub pszTSAPolicyId: PSTR,
pub Nonce: CRYPT_INTEGER_BLOB,
pub fCertReq: BOOL,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Fields§
§dwVersion: CRYPT_TIMESTAMP_VERSION
§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§HashedMessage: CRYPT_INTEGER_BLOB
§pszTSAPolicyId: PSTR
§Nonce: CRYPT_INTEGER_BLOB
§fCertReq: BOOL
§cExtension: u32
§rgExtension: *mut CERT_EXTENSION
Trait Implementations§
§impl Clone for CRYPT_TIMESTAMP_REQUEST
impl Clone for CRYPT_TIMESTAMP_REQUEST
§fn clone(&self) -> CRYPT_TIMESTAMP_REQUEST
fn clone(&self) -> CRYPT_TIMESTAMP_REQUEST
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 moreimpl Copy for CRYPT_TIMESTAMP_REQUEST
Auto Trait Implementations§
impl Freeze for CRYPT_TIMESTAMP_REQUEST
impl RefUnwindSafe for CRYPT_TIMESTAMP_REQUEST
impl !Send for CRYPT_TIMESTAMP_REQUEST
impl !Sync for CRYPT_TIMESTAMP_REQUEST
impl Unpin for CRYPT_TIMESTAMP_REQUEST
impl UnwindSafe for CRYPT_TIMESTAMP_REQUEST
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