Struct windows_sys::Win32::System::Diagnostics::ProcessSnapshotting::PSS_ALLOCATOR
#[repr(C)]pub struct PSS_ALLOCATOR {
pub Context: *mut c_void,
pub AllocRoutine: isize,
pub FreeRoutine: isize,
}
Fields§
§Context: *mut c_void
§AllocRoutine: isize
§FreeRoutine: isize
Trait Implementations§
§impl Clone for PSS_ALLOCATOR
impl Clone for PSS_ALLOCATOR
impl Copy for PSS_ALLOCATOR
Auto Trait Implementations§
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