Struct windows_sys::Win32::Graphics::Direct3D10::D3D10_COUNTER_INFO
[−]#[repr(C)]pub struct D3D10_COUNTER_INFO {
pub LastDeviceDependentCounter: D3D10_COUNTER,
pub NumSimultaneousCounters: u32,
pub NumDetectableParallelUnits: u8,
}
Expand description
Required features: "Win32_Graphics_Direct3D10"
Fields
LastDeviceDependentCounter: D3D10_COUNTER
NumSimultaneousCounters: u32
NumDetectableParallelUnits: u8
Trait Implementations
impl Clone for D3D10_COUNTER_INFO
impl Clone for D3D10_COUNTER_INFO
impl Copy for D3D10_COUNTER_INFO
Auto Trait Implementations
impl RefUnwindSafe for D3D10_COUNTER_INFO
impl Send for D3D10_COUNTER_INFO
impl Sync for D3D10_COUNTER_INFO
impl Unpin for D3D10_COUNTER_INFO
impl UnwindSafe for D3D10_COUNTER_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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