#[repr(C)]pub struct DXVA2Trace_VideoProcessDeviceData {
pub wmiHeader: EVENT_TRACE_HEADER,
pub pObject: u64,
pub Enter: BOOL,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
, "Win32_System_Diagnostics_Etw"
Fields
wmiHeader: EVENT_TRACE_HEADER
pObject: u64
Enter: BOOL
Trait Implementations
impl Clone for DXVA2Trace_VideoProcessDeviceData
impl Clone for DXVA2Trace_VideoProcessDeviceData
impl Copy for DXVA2Trace_VideoProcessDeviceData
Auto Trait Implementations
impl RefUnwindSafe for DXVA2Trace_VideoProcessDeviceData
impl Send for DXVA2Trace_VideoProcessDeviceData
impl Sync for DXVA2Trace_VideoProcessDeviceData
impl Unpin for DXVA2Trace_VideoProcessDeviceData
impl UnwindSafe for DXVA2Trace_VideoProcessDeviceData
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