Struct windows_sys::Win32::Security::Cryptography::CRYPT_TIMESTAMP_INFO
#[repr(C)]pub struct CRYPT_TIMESTAMP_INFO {
pub dwVersion: u32,
pub pszTSAPolicyId: PSTR,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub HashedMessage: CRYPT_INTEGER_BLOB,
pub SerialNumber: CRYPT_INTEGER_BLOB,
pub ftTime: FILETIME,
pub pvAccuracy: *mut CRYPT_TIMESTAMP_ACCURACY,
pub fOrdering: BOOL,
pub Nonce: CRYPT_INTEGER_BLOB,
pub Tsa: CRYPT_INTEGER_BLOB,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Fields§
§dwVersion: u32
§pszTSAPolicyId: PSTR
§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§HashedMessage: CRYPT_INTEGER_BLOB
§SerialNumber: CRYPT_INTEGER_BLOB
§ftTime: FILETIME
§pvAccuracy: *mut CRYPT_TIMESTAMP_ACCURACY
§fOrdering: BOOL
§Nonce: CRYPT_INTEGER_BLOB
§Tsa: CRYPT_INTEGER_BLOB
§cExtension: u32
§rgExtension: *mut CERT_EXTENSION
Trait Implementations§
§impl Clone for CRYPT_TIMESTAMP_INFO
impl Clone for CRYPT_TIMESTAMP_INFO
§fn clone(&self) -> CRYPT_TIMESTAMP_INFO
fn clone(&self) -> CRYPT_TIMESTAMP_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 moreimpl Copy for CRYPT_TIMESTAMP_INFO
Auto Trait Implementations§
impl Freeze for CRYPT_TIMESTAMP_INFO
impl RefUnwindSafe for CRYPT_TIMESTAMP_INFO
impl !Send for CRYPT_TIMESTAMP_INFO
impl !Sync for CRYPT_TIMESTAMP_INFO
impl Unpin for CRYPT_TIMESTAMP_INFO
impl UnwindSafe for CRYPT_TIMESTAMP_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)