Struct windows_sys::Win32::Graphics::Direct3D11::D3D11_TRACE_STEP
[−]#[repr(C)]pub struct D3D11_TRACE_STEP {
pub ID: u32,
pub InstructionActive: BOOL,
pub NumRegistersWritten: u8,
pub NumRegistersRead: u8,
pub MiscOperations: u16,
pub OpcodeType: u32,
pub CurrentGlobalCycle: u64,
}Expand description
Required features: "Win32_Graphics_Direct3D11", "Win32_Foundation"
Fields
ID: u32InstructionActive: BOOLNumRegistersWritten: u8NumRegistersRead: u8MiscOperations: u16OpcodeType: u32CurrentGlobalCycle: u64Trait Implementations
impl Clone for D3D11_TRACE_STEP
impl Clone for D3D11_TRACE_STEP
impl Copy for D3D11_TRACE_STEP
Auto Trait Implementations
impl RefUnwindSafe for D3D11_TRACE_STEP
impl Send for D3D11_TRACE_STEP
impl Sync for D3D11_TRACE_STEP
impl Unpin for D3D11_TRACE_STEP
impl UnwindSafe for D3D11_TRACE_STEP
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