#[repr(C)]pub struct CRYPT_TIMESTAMP_REQUEST {
pub dwVersion: DWORD,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub HashedMessage: CRYPT_DER_BLOB,
pub pszTSAPolicyId: LPSTR,
pub Nonce: CRYPT_INTEGER_BLOB,
pub fCertReq: BOOL,
pub cExtension: DWORD,
pub rgExtension: PCERT_EXTENSION,
}
Fields§
§dwVersion: DWORD
§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§HashedMessage: CRYPT_DER_BLOB
§pszTSAPolicyId: LPSTR
§Nonce: CRYPT_INTEGER_BLOB
§fCertReq: BOOL
§cExtension: DWORD
§rgExtension: PCERT_EXTENSION
Trait Implementations§
Source§impl Clone for CRYPT_TIMESTAMP_REQUEST
impl Clone for CRYPT_TIMESTAMP_REQUEST
Source§fn clone(&self) -> CRYPT_TIMESTAMP_REQUEST
fn clone(&self) -> CRYPT_TIMESTAMP_REQUEST
Returns a duplicate 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 Default for CRYPT_TIMESTAMP_REQUEST
impl Default for CRYPT_TIMESTAMP_REQUEST
Source§fn default() -> CRYPT_TIMESTAMP_REQUEST
fn default() -> CRYPT_TIMESTAMP_REQUEST
Returns the “default value” for a type. Read more
impl 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