Struct winapi::wincrypt::CRYPT_ATTRIBUTE_TYPE_VALUE
[−]
[src]
pub struct CRYPT_ATTRIBUTE_TYPE_VALUE {
pub pszObjId: LPSTR,
pub Value: CRYPT_OBJID_BLOB,
}Fields
pszObjId | |
Value |
Trait Implementations
impl Copy for CRYPT_ATTRIBUTE_TYPE_VALUE[src]
impl Clone for CRYPT_ATTRIBUTE_TYPE_VALUE[src]
fn clone(&self) -> CRYPT_ATTRIBUTE_TYPE_VALUE
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