Struct windows_sys::Win32::Security::Cryptography::NCRYPT_ALLOC_PARA
[−]#[repr(C)]pub struct NCRYPT_ALLOC_PARA {
pub cbSize: u32,
pub pfnAlloc: PFN_NCRYPT_ALLOC,
pub pfnFree: PFN_NCRYPT_FREE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
pfnAlloc: PFN_NCRYPT_ALLOC
pfnFree: PFN_NCRYPT_FREE
Trait Implementations
impl Clone for NCRYPT_ALLOC_PARA
impl Clone for NCRYPT_ALLOC_PARA
impl Copy for NCRYPT_ALLOC_PARA
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_ALLOC_PARA
impl Send for NCRYPT_ALLOC_PARA
impl Sync for NCRYPT_ALLOC_PARA
impl Unpin for NCRYPT_ALLOC_PARA
impl UnwindSafe for NCRYPT_ALLOC_PARA
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