Struct windows_sys::Win32::System::Performance::PERF_PROVIDER_CONTEXT
[−]#[repr(C)]pub struct PERF_PROVIDER_CONTEXT {
pub ContextSize: u32,
pub Reserved: u32,
pub ControlCallback: PERFLIBREQUEST,
pub MemAllocRoutine: PERF_MEM_ALLOC,
pub MemFreeRoutine: PERF_MEM_FREE,
pub pMemContext: *mut c_void,
}
Expand description
Required features: "Win32_System_Performance"
Fields
ContextSize: u32
Reserved: u32
ControlCallback: PERFLIBREQUEST
MemAllocRoutine: PERF_MEM_ALLOC
MemFreeRoutine: PERF_MEM_FREE
pMemContext: *mut c_void
Trait Implementations
impl Clone for PERF_PROVIDER_CONTEXT
impl Clone for PERF_PROVIDER_CONTEXT
impl Copy for PERF_PROVIDER_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for PERF_PROVIDER_CONTEXT
impl !Send for PERF_PROVIDER_CONTEXT
impl !Sync for PERF_PROVIDER_CONTEXT
impl Unpin for PERF_PROVIDER_CONTEXT
impl UnwindSafe for PERF_PROVIDER_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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