#[repr(C)]pub struct NCRYPT_ALLOC_PARA {
pub cbSize: DWORD,
pub pfnAlloc: PFN_NCRYPT_ALLOC,
pub pfnFree: PFN_NCRYPT_FREE,
}Fields§
§cbSize: DWORD§pfnAlloc: PFN_NCRYPT_ALLOC§pfnFree: PFN_NCRYPT_FREETrait Implementations§
Source§impl Clone for NCRYPT_ALLOC_PARA
impl Clone for NCRYPT_ALLOC_PARA
Source§fn clone(&self) -> NCRYPT_ALLOC_PARA
fn clone(&self) -> NCRYPT_ALLOC_PARA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NCRYPT_ALLOC_PARA
Auto Trait Implementations§
impl Freeze for NCRYPT_ALLOC_PARA
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