#[repr(C)]pub struct CRYPT_CONTEXT_FUNCTIONS {
pub cFunctions: u32,
pub rgpszFunctions: *mut PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cFunctions: u32
rgpszFunctions: *mut PWSTR
Trait Implementations
impl Clone for CRYPT_CONTEXT_FUNCTIONS
impl Clone for CRYPT_CONTEXT_FUNCTIONS
impl Copy for CRYPT_CONTEXT_FUNCTIONS
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_CONTEXT_FUNCTIONS
impl !Send for CRYPT_CONTEXT_FUNCTIONS
impl !Sync for CRYPT_CONTEXT_FUNCTIONS
impl Unpin for CRYPT_CONTEXT_FUNCTIONS
impl UnwindSafe for CRYPT_CONTEXT_FUNCTIONS
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