#[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_BLOB
Trait 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 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 moreSource§impl Debug for _CRYPT_TIMESTAMP_RESPONSE
impl Debug for _CRYPT_TIMESTAMP_RESPONSE
Source§impl Ord for _CRYPT_TIMESTAMP_RESPONSE
impl Ord for _CRYPT_TIMESTAMP_RESPONSE
Source§fn cmp(&self, other: &_CRYPT_TIMESTAMP_RESPONSE) -> Ordering
fn cmp(&self, other: &_CRYPT_TIMESTAMP_RESPONSE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _CRYPT_TIMESTAMP_RESPONSE
impl PartialOrd for _CRYPT_TIMESTAMP_RESPONSE
impl Copy for _CRYPT_TIMESTAMP_RESPONSE
impl Eq for _CRYPT_TIMESTAMP_RESPONSE
impl StructuralPartialEq 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