Struct windows_sys::Win32::Security::Cryptography::CERT_SELECT_CRITERIA
[−]#[repr(C)]pub struct CERT_SELECT_CRITERIA {
pub dwType: CERT_SELECT_CRITERIA_TYPE,
pub cPara: u32,
pub ppPara: *mut *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwType: CERT_SELECT_CRITERIA_TYPE
cPara: u32
ppPara: *mut *mut c_void
Trait Implementations
impl Clone for CERT_SELECT_CRITERIA
impl Clone for CERT_SELECT_CRITERIA
impl Copy for CERT_SELECT_CRITERIA
Auto Trait Implementations
impl RefUnwindSafe for CERT_SELECT_CRITERIA
impl !Send for CERT_SELECT_CRITERIA
impl !Sync for CERT_SELECT_CRITERIA
impl Unpin for CERT_SELECT_CRITERIA
impl UnwindSafe for CERT_SELECT_CRITERIA
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