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