Struct d3d11_win::core::interfaces::ID3D11Query [] [src]

pub struct ID3D11Query {
    pub lpVtbl: *const ID3D11QueryVtbl,
}

Fields

lpVtbl

Methods

impl ID3D11Query

unsafe fn GetDesc(&mut self, desc: *mut D3D11_QUERY_DESC)

Methods from Deref<Target=ID3D11Asynchronous>

unsafe fn GetDataSize(&mut self) -> UINT

Trait Implementations

impl Deref for ID3D11Query

type Target = ID3D11Asynchronous

fn deref(&self) -> &ID3D11Asynchronous

impl DerefMut for ID3D11Query

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

impl COMInterface for ID3D11Query

fn i_unknown(&self) -> &IUnknown

fn i_unknown_mut(&mut self) -> &mut IUnknown

impl QueryIID for ID3D11Query

fn iid() -> GUID