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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more