Struct winapi::wincrypt::CTL_VERIFY_USAGE_STATUS [] [src]

pub struct CTL_VERIFY_USAGE_STATUS {
    pub cbSize: DWORD,
    pub dwError: DWORD,
    pub dwFlags: DWORD,
    pub ppCtl: *mut PCCTL_CONTEXT,
    pub dwCtlEntryIndex: DWORD,
    pub ppSigner: *mut PCCERT_CONTEXT,
    pub dwSignerIndex: DWORD,
}

Fields

cbSize: DWORD dwError: DWORD dwFlags: DWORD ppCtl: *mut PCCTL_CONTEXT dwCtlEntryIndex: DWORD ppSigner: *mut PCCERT_CONTEXT dwSignerIndex: DWORD

Trait Implementations

impl Debug for CTL_VERIFY_USAGE_STATUS
[src]

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

Formats the value using the given formatter.

impl Copy for CTL_VERIFY_USAGE_STATUS
[src]

impl Clone for CTL_VERIFY_USAGE_STATUS
[src]

fn clone(&self) -> CTL_VERIFY_USAGE_STATUS

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