Struct winapi::wincrypt::CRYPT_ENROLLMENT_NAME_VALUE_PAIR
[−]
[src]
pub struct CRYPT_ENROLLMENT_NAME_VALUE_PAIR {
pub pwszName: LPWSTR,
pub pwszValue: LPWSTR,
}Fields
pwszName | |
pwszValue |
Trait Implementations
impl Copy for CRYPT_ENROLLMENT_NAME_VALUE_PAIR[src]
impl Clone for CRYPT_ENROLLMENT_NAME_VALUE_PAIR[src]
fn clone(&self) -> CRYPT_ENROLLMENT_NAME_VALUE_PAIR
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