Struct winapi::wincrypt::KEY_TYPE_SUBTYPE
[−]
[src]
pub struct KEY_TYPE_SUBTYPE { pub dwKeySpec: DWORD, pub Type: GUID, pub Subtype: GUID, }
Fields
dwKeySpec | |
Type | |
Subtype |
Trait Implementations
impl Copy for KEY_TYPE_SUBTYPE
[src]
impl Clone for KEY_TYPE_SUBTYPE
[src]
fn clone(&self) -> KEY_TYPE_SUBTYPE
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