#[repr(C)]pub struct CRYPT_CONTEXT_FUNCTION_PROVIDERS {
pub cProviders: u32,
pub rgpszProviders: *mut PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cProviders: u32
rgpszProviders: *mut PWSTR
Trait Implementations
impl Clone for CRYPT_CONTEXT_FUNCTION_PROVIDERS
impl Clone for CRYPT_CONTEXT_FUNCTION_PROVIDERS
impl Copy for CRYPT_CONTEXT_FUNCTION_PROVIDERS
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_CONTEXT_FUNCTION_PROVIDERS
impl !Send for CRYPT_CONTEXT_FUNCTION_PROVIDERS
impl !Sync for CRYPT_CONTEXT_FUNCTION_PROVIDERS
impl Unpin for CRYPT_CONTEXT_FUNCTION_PROVIDERS
impl UnwindSafe for CRYPT_CONTEXT_FUNCTION_PROVIDERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more