Struct d3d11_win::core::interfaces::ID3D11Counter
[−]
[src]
pub struct ID3D11Counter {
pub lpVtbl: *const ID3D11CounterVtbl,
}Fields
lpVtbl |
pub struct ID3D11Counter {
pub lpVtbl: *const ID3D11CounterVtbl,
}lpVtbl |
impl ID3D11Counterunsafe fn GetDesc(&mut self, desc: *mut D3D11_COUNTER_DESC)unsafe fn GetDataSize(&mut self) -> UINTimpl Deref for ID3D11Countertype Target = ID3D11Asynchronousfn deref(&self) -> &ID3D11Asynchronousimpl DerefMut for ID3D11Counterfn deref_mut(&mut self) -> &mut ID3D11Asynchronousimpl COMInterface for ID3D11Counterfn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl QueryIID for ID3D11Counter
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)