Struct windows_sys::Win32::Security::Cryptography::CMC_PEND_INFO
[−]#[repr(C)]pub struct CMC_PEND_INFO {
pub PendToken: CRYPTOAPI_BLOB,
pub PendTime: FILETIME,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
PendToken: CRYPTOAPI_BLOB
PendTime: FILETIME
Trait Implementations
impl Clone for CMC_PEND_INFO
impl Clone for CMC_PEND_INFO
impl Copy for CMC_PEND_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMC_PEND_INFO
impl !Send for CMC_PEND_INFO
impl !Sync for CMC_PEND_INFO
impl Unpin for CMC_PEND_INFO
impl UnwindSafe for CMC_PEND_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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