pub type CRYPT_TIME_STAMP_REQUEST_INFO = _CRYPT_TIME_STAMP_REQUEST_INFO;
Aliased Type§
struct CRYPT_TIME_STAMP_REQUEST_INFO {
pub pszTimeStampAlgorithm: *mut i8,
pub pszContentType: *mut i8,
pub Content: _CRYPTOAPI_BLOB,
pub cAttribute: u32,
pub rgAttribute: *mut _CRYPT_ATTRIBUTE,
}
Fields§
§pszTimeStampAlgorithm: *mut i8
§pszContentType: *mut i8
§Content: _CRYPTOAPI_BLOB
§cAttribute: u32
§rgAttribute: *mut _CRYPT_ATTRIBUTE
Trait Implementations
Source§impl Clone for _CRYPT_TIME_STAMP_REQUEST_INFO
impl Clone for _CRYPT_TIME_STAMP_REQUEST_INFO
Source§fn clone(&self) -> _CRYPT_TIME_STAMP_REQUEST_INFO
fn clone(&self) -> _CRYPT_TIME_STAMP_REQUEST_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 moreSource§impl Ord for _CRYPT_TIME_STAMP_REQUEST_INFO
impl Ord for _CRYPT_TIME_STAMP_REQUEST_INFO
Source§fn cmp(&self, other: &_CRYPT_TIME_STAMP_REQUEST_INFO) -> Ordering
fn cmp(&self, other: &_CRYPT_TIME_STAMP_REQUEST_INFO) -> 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 PartialEq for _CRYPT_TIME_STAMP_REQUEST_INFO
impl PartialEq for _CRYPT_TIME_STAMP_REQUEST_INFO
Source§fn eq(&self, other: &_CRYPT_TIME_STAMP_REQUEST_INFO) -> bool
fn eq(&self, other: &_CRYPT_TIME_STAMP_REQUEST_INFO) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.