Struct winapi::bcrypt::BCRYPT_PROVIDER_NAME [] [src]

pub struct BCRYPT_PROVIDER_NAME {
    pub pszProviderName: LPWSTR,
}

Fields

pszProviderName: LPWSTR

Trait Implementations

impl Debug for BCRYPT_PROVIDER_NAME
[src]

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

Formats the value using the given formatter.

impl Copy for BCRYPT_PROVIDER_NAME
[src]

impl Clone for BCRYPT_PROVIDER_NAME
[src]

fn clone(&self) -> BCRYPT_PROVIDER_NAME

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