Struct windows::Win32::System::Diagnostics::Etw::ETW_PMC_SESSION_INFO
#[repr(C)]pub struct ETW_PMC_SESSION_INFO {
pub NextEntryOffset: u32,
pub LoggerId: u16,
pub Reserved: u16,
pub ProfileSourceCount: u32,
pub HookIdCount: u32,
}
Fields§
§NextEntryOffset: u32
§LoggerId: u16
§Reserved: u16
§ProfileSourceCount: u32
§HookIdCount: u32
Trait Implementations§
§impl Clone for ETW_PMC_SESSION_INFO
impl Clone for ETW_PMC_SESSION_INFO
§fn clone(&self) -> ETW_PMC_SESSION_INFO
fn clone(&self) -> ETW_PMC_SESSION_INFO
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 more§impl Debug for ETW_PMC_SESSION_INFO
impl Debug for ETW_PMC_SESSION_INFO
§impl Default for ETW_PMC_SESSION_INFO
impl Default for ETW_PMC_SESSION_INFO
§impl PartialEq for ETW_PMC_SESSION_INFO
impl PartialEq for ETW_PMC_SESSION_INFO
§fn eq(&self, other: &ETW_PMC_SESSION_INFO) -> bool
fn eq(&self, other: &ETW_PMC_SESSION_INFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ETW_PMC_SESSION_INFO
impl Eq for ETW_PMC_SESSION_INFO
impl StructuralPartialEq for ETW_PMC_SESSION_INFO
Auto Trait Implementations§
impl Freeze for ETW_PMC_SESSION_INFO
impl RefUnwindSafe for ETW_PMC_SESSION_INFO
impl Send for ETW_PMC_SESSION_INFO
impl Sync for ETW_PMC_SESSION_INFO
impl Unpin for ETW_PMC_SESSION_INFO
impl UnwindSafe for ETW_PMC_SESSION_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)