Struct winapi::wincrypt::CERT_STRONG_SIGN_PARA [] [src]

pub struct CERT_STRONG_SIGN_PARA {
    pub cbSize: DWORD,
    pub dwInfoChoice: DWORD,
    pub pvInfo: *mut c_void,
}

Fields

cbSize: DWORD dwInfoChoice: DWORD pvInfo: *mut c_void

Methods

impl CERT_STRONG_SIGN_PARA
[src]

impl CERT_STRONG_SIGN_PARA
[src]

unsafe fn pszOID(&self) -> &LPSTR

unsafe fn pszOID_mut(&mut self) -> &mut LPSTR

Trait Implementations

impl Debug for CERT_STRONG_SIGN_PARA
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_STRONG_SIGN_PARA
[src]

impl Clone for CERT_STRONG_SIGN_PARA
[src]

fn clone(&self) -> CERT_STRONG_SIGN_PARA

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