Struct winapi::wincrypt::CTL_ENTRY
[−]
[src]
pub struct CTL_ENTRY {
pub SubjectIdentifier: CRYPT_DATA_BLOB,
pub cAttribute: DWORD,
pub rgAttribute: PCRYPT_ATTRIBUTE,
}Fields
SubjectIdentifier | |
cAttribute | |
rgAttribute |
Trait Implementations
impl Copy for CTL_ENTRY[src]
impl Clone for CTL_ENTRY[src]
fn clone(&self) -> CTL_ENTRY
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