Struct winapi::wincrypt::CERT_SELECT_CRITERIA
[−]
[src]
pub struct CERT_SELECT_CRITERIA {
pub dwType: DWORD,
pub cPara: DWORD,
pub ppPara: *mut *mut c_void,
}Fields
dwType | |
cPara | |
ppPara |
Trait Implementations
impl Copy for CERT_SELECT_CRITERIA[src]
impl Clone for CERT_SELECT_CRITERIA[src]
fn clone(&self) -> CERT_SELECT_CRITERIA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more