Struct windows_sys::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
impl Copy for ETW_PMC_SESSION_INFO
Auto Trait Implementations§
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