Struct CRYPT_TIME_STAMP_REQUEST_INFO
#[repr(C)]pub struct CRYPT_TIME_STAMP_REQUEST_INFO {
pub pszTimeStampAlgorithm: PSTR,
pub pszContentType: PSTR,
pub Content: CRYPT_INTEGER_BLOB,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}
Fields§
§pszTimeStampAlgorithm: PSTR
§pszContentType: PSTR
§Content: CRYPT_INTEGER_BLOB
§cAttribute: u32
§rgAttribute: *mut CRYPT_ATTRIBUTE
Trait Implementations§
§impl Clone for CRYPT_TIME_STAMP_REQUEST_INFO
impl Clone for CRYPT_TIME_STAMP_REQUEST_INFO
§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 moreimpl Copy for CRYPT_TIME_STAMP_REQUEST_INFO
Auto Trait Implementations§
impl Freeze for CRYPT_TIME_STAMP_REQUEST_INFO
impl RefUnwindSafe for CRYPT_TIME_STAMP_REQUEST_INFO
impl !Send for CRYPT_TIME_STAMP_REQUEST_INFO
impl !Sync for CRYPT_TIME_STAMP_REQUEST_INFO
impl Unpin for CRYPT_TIME_STAMP_REQUEST_INFO
impl UnwindSafe for CRYPT_TIME_STAMP_REQUEST_INFO
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