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 | |
dwInfoChoice | |
pvInfo |
Methods
impl CERT_STRONG_SIGN_PARA[src]
unsafe fn pSerializedInfo(&self) -> &PCERT_STRONG_SIGN_SERIALIZED_INFO
unsafe fn pSerializedInfo_mut(&mut self) -> &mut PCERT_STRONG_SIGN_SERIALIZED_INFO
impl CERT_STRONG_SIGN_PARA[src]
unsafe fn pszOID(&self) -> &LPSTR
unsafe fn pszOID_mut(&mut self) -> &mut LPSTR
Trait Implementations
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