Struct d3d11_win::core::interfaces::ID3D11Predicate
[−]
[src]
pub struct ID3D11Predicate { pub lpVtbl: *const ID3D11PredicateVtbl, }
Fields
lpVtbl |
pub struct ID3D11Predicate { pub lpVtbl: *const ID3D11PredicateVtbl, }
lpVtbl |
unsafe fn GetDesc(&mut self, desc: *mut D3D11_QUERY_DESC)
impl Deref for ID3D11Predicate
type Target = ID3D11Query
fn deref(&self) -> &ID3D11Query
impl DerefMut for ID3D11Predicate
fn deref_mut(&mut self) -> &mut ID3D11Query
impl COMInterface for ID3D11Predicate
fn i_unknown(&self) -> &IUnknown
fn i_unknown_mut(&mut self) -> &mut IUnknown
impl QueryIID for ID3D11Predicate
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
)