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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§