#[repr(C)]pub struct CERT_CREATE_CONTEXT_PARA {
pub cbSize: u32,
pub pfnFree: PFN_CRYPT_FREE,
pub pvFree: *mut c_void,
pub pfnSort: PFN_CERT_CREATE_CONTEXT_SORT_FUNC,
pub pvSort: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
cbSize: u32
pfnFree: PFN_CRYPT_FREE
pvFree: *mut c_void
pfnSort: PFN_CERT_CREATE_CONTEXT_SORT_FUNC
pvSort: *mut c_void
Trait Implementations
impl Clone for CERT_CREATE_CONTEXT_PARA
impl Clone for CERT_CREATE_CONTEXT_PARA
impl Copy for CERT_CREATE_CONTEXT_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_CREATE_CONTEXT_PARA
impl !Send for CERT_CREATE_CONTEXT_PARA
impl !Sync for CERT_CREATE_CONTEXT_PARA
impl Unpin for CERT_CREATE_CONTEXT_PARA
impl UnwindSafe for CERT_CREATE_CONTEXT_PARA
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