Struct windows_sys::Win32::Security::Cryptography::CRYPT_PROVIDER_REFS
[−]#[repr(C)]pub struct CRYPT_PROVIDER_REFS {
pub cProviders: u32,
pub rgpProviders: *mut *mut CRYPT_PROVIDER_REF,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cProviders: u32
rgpProviders: *mut *mut CRYPT_PROVIDER_REF
Trait Implementations
impl Clone for CRYPT_PROVIDER_REFS
impl Clone for CRYPT_PROVIDER_REFS
impl Copy for CRYPT_PROVIDER_REFS
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_PROVIDER_REFS
impl !Send for CRYPT_PROVIDER_REFS
impl !Sync for CRYPT_PROVIDER_REFS
impl Unpin for CRYPT_PROVIDER_REFS
impl UnwindSafe for CRYPT_PROVIDER_REFS
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