Struct winapi::wincrypt::KEY_TYPE_SUBTYPE [] [src]

pub struct KEY_TYPE_SUBTYPE {
    pub dwKeySpec: DWORD,
    pub Type: GUID,
    pub Subtype: GUID,
}

Fields

dwKeySpec: DWORD Type: GUID Subtype: GUID

Trait Implementations

impl Debug for KEY_TYPE_SUBTYPE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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