pub trait ID3D10Counter_Impl: Sized + ID3D10Asynchronous_Impl {
    // Required method
    fn GetDesc(&self, pdesc: *mut D3D10_COUNTER_DESC);
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§