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: u32
InstructionActive: BOOL
NumRegistersWritten: u8
NumRegistersRead: u8
MiscOperations: u16
OpcodeType: u32
CurrentGlobalCycle: u64
Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more