Struct winapi::d3d11::ID3D11Counter [] [src]

pub struct ID3D11Counter {
    pub lpVtbl: *const ID3D11CounterVtbl,
}

Fields

lpVtbl: *const ID3D11CounterVtbl

Methods

impl ID3D11Counter
[src]

unsafe fn GetDesc(&mut self, pDesc: *mut D3D11_COUNTER_DESC)

Methods from Deref<Target=ID3D11Asynchronous>

unsafe fn GetDataSize(&mut self) -> UINT

Trait Implementations

impl Debug for ID3D11Counter
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ID3D11Counter
[src]

type Target = ID3D11Asynchronous

The resulting type after dereferencing

fn deref(&self) -> &ID3D11Asynchronous

The method called to dereference a value

impl DerefMut for ID3D11Counter
[src]

fn deref_mut(&mut self) -> &mut ID3D11Asynchronous

The method called to mutably dereference a value