Struct winapi::bcrypt::CRYPT_PROPERTY_REF [] [src]

pub struct CRYPT_PROPERTY_REF {
    pub pszProperty: PWSTR,
    pub cbValue: ULONG,
    pub pbValue: PUCHAR,
}

Fields

pszProperty
cbValue
pbValue

Trait Implementations

impl Copy for CRYPT_PROPERTY_REF
[src]

impl Clone for CRYPT_PROPERTY_REF
[src]

fn clone(&self) -> CRYPT_PROPERTY_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

Derived Implementations

impl Debug for CRYPT_PROPERTY_REF
[src]

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

Formats the value using the given formatter.