Struct winapi::bcrypt::CRYPT_PROVIDER_REF [] [src]

pub struct CRYPT_PROVIDER_REF {
    pub dwInterface: ULONG,
    pub pszFunction: PWSTR,
    pub pszProvider: PWSTR,
    pub cProperties: ULONG,
    pub rgpProperties: *mut PCRYPT_PROPERTY_REF,
    pub pUM: PCRYPT_IMAGE_REF,
    pub pKM: PCRYPT_IMAGE_REF,
}

Fields

dwInterface: ULONG pszFunction: PWSTR pszProvider: PWSTR cProperties: ULONG rgpProperties: *mut PCRYPT_PROPERTY_REF pUM: PCRYPT_IMAGE_REF pKM: PCRYPT_IMAGE_REF

Trait Implementations

impl Debug for CRYPT_PROVIDER_REF
[src]

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

Formats the value using the given formatter.

impl Copy for CRYPT_PROVIDER_REF
[src]

impl Clone for CRYPT_PROVIDER_REF
[src]

fn clone(&self) -> CRYPT_PROVIDER_REF

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