Struct CRYPT_TIMESTAMP_RESPONSE
#[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: CRYPT_INTEGER_BLOB,
}
Fields§
§dwStatus: CRYPT_TIMESTAMP_RESPONSE_STATUS
§cFreeText: u32
§rgFreeText: *mut PWSTR
§FailureInfo: CRYPT_BIT_BLOB
§ContentInfo: CRYPT_INTEGER_BLOB
Trait Implementations§
§impl Clone for CRYPT_TIMESTAMP_RESPONSE
impl Clone for CRYPT_TIMESTAMP_RESPONSE
§fn clone(&self) -> CRYPT_TIMESTAMP_RESPONSE
fn clone(&self) -> CRYPT_TIMESTAMP_RESPONSE
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_RESPONSE
Auto Trait Implementations§
impl Freeze for CRYPT_TIMESTAMP_RESPONSE
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§
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