Struct winapi::wincrypt::DHPRIVKEY_VER3 [] [src]

pub struct DHPRIVKEY_VER3 {
    pub magic: DWORD,
    pub bitlenP: DWORD,
    pub bitlenQ: DWORD,
    pub bitlenJ: DWORD,
    pub bitlenX: DWORD,
    pub DSSSeed: DSSSEED,
}

Fields

magic: DWORD bitlenP: DWORD bitlenQ: DWORD bitlenJ: DWORD bitlenX: DWORD DSSSeed: DSSSEED

Trait Implementations

impl Debug for DHPRIVKEY_VER3
[src]

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

Formats the value using the given formatter.

impl Copy for DHPRIVKEY_VER3
[src]

impl Clone for DHPRIVKEY_VER3
[src]

fn clone(&self) -> DHPRIVKEY_VER3

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