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