Struct winapi::bcrypt::BCRYPT_PROVIDER_NAME
[−]
[src]
pub struct BCRYPT_PROVIDER_NAME {
pub pszProviderName: LPWSTR,
}Fields
pszProviderName |
Trait Implementations
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