Struct winapi::mssip::MS_ADDINFO_CATALOGMEMBER [] [src]

pub struct MS_ADDINFO_CATALOGMEMBER {
    pub cbStruct: DWORD,
    pub pStore: *mut CRYPTCATSTORE,
    pub pMember: *mut CRYPTCATMEMBER,
}

Fields

cbStruct: DWORD pStore: *mut CRYPTCATSTORE pMember: *mut CRYPTCATMEMBER

Trait Implementations

impl Debug for MS_ADDINFO_CATALOGMEMBER
[src]

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

Formats the value using the given formatter.

impl Copy for MS_ADDINFO_CATALOGMEMBER
[src]

impl Clone for MS_ADDINFO_CATALOGMEMBER
[src]

fn clone(&self) -> MS_ADDINFO_CATALOGMEMBER

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