Struct windows_sys::Win32::System::Diagnostics::Etw::TDH_CONTEXT
[−]#[repr(C)]pub struct TDH_CONTEXT {
pub ParameterValue: u64,
pub ParameterType: TDH_CONTEXT_TYPE,
pub ParameterSize: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields
ParameterValue: u64
ParameterType: TDH_CONTEXT_TYPE
ParameterSize: u32
Trait Implementations
impl Clone for TDH_CONTEXT
impl Clone for TDH_CONTEXT
impl Copy for TDH_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for TDH_CONTEXT
impl Send for TDH_CONTEXT
impl Sync for TDH_CONTEXT
impl Unpin for TDH_CONTEXT
impl UnwindSafe for TDH_CONTEXT
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