#[repr(C)]pub struct _CRYPT_TIMESTAMP_RESPONSE {
pub dwStatus: DWORD,
pub cFreeText: DWORD,
pub rgFreeText: *mut LPWSTR,
pub FailureInfo: CRYPT_BIT_BLOB,
pub ContentInfo: CRYPT_DER_BLOB,
}Fields§
§dwStatus: DWORD§cFreeText: DWORD§rgFreeText: *mut LPWSTR§FailureInfo: CRYPT_BIT_BLOB§ContentInfo: CRYPT_DER_BLOBTrait Implementations§
Source§impl Clone for _CRYPT_TIMESTAMP_RESPONSE
impl Clone for _CRYPT_TIMESTAMP_RESPONSE
Source§fn clone(&self) -> _CRYPT_TIMESTAMP_RESPONSE
fn clone(&self) -> _CRYPT_TIMESTAMP_RESPONSE
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 Debug for _CRYPT_TIMESTAMP_RESPONSE
impl Debug for _CRYPT_TIMESTAMP_RESPONSE
impl 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