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