Trait windows::Win32::Graphics::Direct3D11::ID3D11Query_Impl

pub trait ID3D11Query_Impl: Sized + ID3D11Asynchronous_Impl {
    // Required method
    fn GetDesc(&self, pdesc: *mut D3D11_QUERY_DESC);
}

Required Methods§

fn GetDesc(&self, pdesc: *mut D3D11_QUERY_DESC)

Object Safety§

This trait is not object safe.

Implementors§