#[repr(C)]pub struct CRYPT_TIMESTAMP_RESPONSE {
pub dwStatus: CRYPT_TIMESTAMP_RESPONSE_STATUS,
pub cFreeText: u32,
pub rgFreeText: *mut PWSTR,
pub FailureInfo: CRYPT_BIT_BLOB,
pub ContentInfo: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwStatus: CRYPT_TIMESTAMP_RESPONSE_STATUS
cFreeText: u32
rgFreeText: *mut PWSTR
FailureInfo: CRYPT_BIT_BLOB
ContentInfo: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CRYPT_TIMESTAMP_RESPONSE
impl Clone for CRYPT_TIMESTAMP_RESPONSE
impl Copy for CRYPT_TIMESTAMP_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_TIMESTAMP_RESPONSE
impl !Send for CRYPT_TIMESTAMP_RESPONSE
impl !Sync for CRYPT_TIMESTAMP_RESPONSE
impl Unpin for CRYPT_TIMESTAMP_RESPONSE
impl UnwindSafe for CRYPT_TIMESTAMP_RESPONSE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more