#[repr(C)]pub struct CRYPT_TIME_STAMP_REQUEST_INFO {
pub pszTimeStampAlgorithm: PSTR,
pub pszContentType: PSTR,
pub Content: CRYPTOAPI_BLOB,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszTimeStampAlgorithm: PSTR
pszContentType: PSTR
Content: CRYPTOAPI_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
impl Copy for CRYPT_TIME_STAMP_REQUEST_INFO
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more