#[repr(C)]pub struct PSS_ALLOCATOR {
pub Context: *mut c_void,
pub AllocRoutine: pAllocRoutine,
pub FreeRoutine: pFreeRoutine,
}
Fields§
§Context: *mut c_void
§AllocRoutine: pAllocRoutine
§FreeRoutine: pFreeRoutine
Trait Implementations§
Source§impl Clone for PSS_ALLOCATOR
impl Clone for PSS_ALLOCATOR
Source§fn clone(&self) -> PSS_ALLOCATOR
fn clone(&self) -> PSS_ALLOCATOR
Returns a copy 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 moreSource§impl Default for PSS_ALLOCATOR
impl Default for PSS_ALLOCATOR
Source§fn default() -> PSS_ALLOCATOR
fn default() -> PSS_ALLOCATOR
Returns the “default value” for a type. Read more
impl Copy for PSS_ALLOCATOR
Auto Trait Implementations§
impl Freeze for PSS_ALLOCATOR
impl RefUnwindSafe for PSS_ALLOCATOR
impl !Send for PSS_ALLOCATOR
impl !Sync for PSS_ALLOCATOR
impl Unpin for PSS_ALLOCATOR
impl UnwindSafe for PSS_ALLOCATOR
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