Struct winapi::bcrypt::BCRYPT_ECCKEY_BLOB
[−]
[src]
pub struct BCRYPT_ECCKEY_BLOB { pub dwMagic: ULONG, pub cbKey: ULONG, }
Fields
dwMagic | |
cbKey |
Trait Implementations
impl Copy for BCRYPT_ECCKEY_BLOB
[src]
impl Clone for BCRYPT_ECCKEY_BLOB
[src]
fn clone(&self) -> BCRYPT_ECCKEY_BLOB
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