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: DWORD cPara: DWORD ppPara: *mut *mut c_void

Trait Implementations

impl Debug for CERT_SELECT_CRITERIA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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