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,
}
Expand description
Required features: "Win32_System_Diagnostics_ProcessSnapshotting"
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
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