#[repr(C)]pub struct CERT_STORE_PROV_FIND_INFO {
pub cbSize: u32,
pub dwMsgAndCertEncodingType: u32,
pub dwFindFlags: u32,
pub dwFindType: u32,
pub pvFindPara: *const c_void,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32dwMsgAndCertEncodingType: u32dwFindFlags: u32dwFindType: u32pvFindPara: *const c_voidTrait Implementations
impl Clone for CERT_STORE_PROV_FIND_INFO
impl Clone for CERT_STORE_PROV_FIND_INFO
impl Copy for CERT_STORE_PROV_FIND_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_STORE_PROV_FIND_INFO
impl !Send for CERT_STORE_PROV_FIND_INFO
impl !Sync for CERT_STORE_PROV_FIND_INFO
impl Unpin for CERT_STORE_PROV_FIND_INFO
impl UnwindSafe for CERT_STORE_PROV_FIND_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