#[repr(C)]pub struct PERF_PROVIDER_CONTEXT {
pub ContextSize: DWORD,
pub Reserved: DWORD,
pub ControlCallback: PERFLIBREQUEST,
pub MemAllocRoutine: PERF_MEM_ALLOC,
pub MemFreeRoutine: PERF_MEM_FREE,
pub pMemContext: LPVOID,
}
Fields§
§ContextSize: DWORD
§Reserved: DWORD
§ControlCallback: PERFLIBREQUEST
§MemAllocRoutine: PERF_MEM_ALLOC
§MemFreeRoutine: PERF_MEM_FREE
§pMemContext: LPVOID
Trait Implementations§
Source§impl Clone for PERF_PROVIDER_CONTEXT
impl Clone for PERF_PROVIDER_CONTEXT
Source§fn clone(&self) -> PERF_PROVIDER_CONTEXT
fn clone(&self) -> PERF_PROVIDER_CONTEXT
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 moreSource§impl Default for PERF_PROVIDER_CONTEXT
impl Default for PERF_PROVIDER_CONTEXT
Source§fn default() -> PERF_PROVIDER_CONTEXT
fn default() -> PERF_PROVIDER_CONTEXT
Returns the “default value” for a type. Read more
impl Copy for PERF_PROVIDER_CONTEXT
Auto Trait Implementations§
impl Freeze for PERF_PROVIDER_CONTEXT
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§
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