Struct dxgi_win::interfaces::IDXGIDevice3
[−]
[src]
pub struct IDXGIDevice3 {
pub lpVtbl: *const IDXGIDevice3Vtbl,
}Fields
lpVtbl |
pub struct IDXGIDevice3 {
pub lpVtbl: *const IDXGIDevice3Vtbl,
}lpVtbl |
impl IDXGIDevice3unsafe fn Trim(&mut self)unsafe fn OfferResources(&mut self, num_resources: UINT, resources: *const *mut IDXGIResource, priority: DXGI_OFFER_RESOURCE_PRIORITY) -> HRESULTunsafe fn ReclaimResources(&mut self, num_resources: UINT, resources: *const *mut IDXGIResource, discarded: *mut BOOL) -> HRESULTunsafe fn EnqueueSetEvent(&mut self, event: HANDLE) -> HRESULTimpl Deref for IDXGIDevice3type Target = IDXGIDevice2fn deref(&self) -> &IDXGIDevice2impl DerefMut for IDXGIDevice3fn deref_mut(&mut self) -> &mut IDXGIDevice2impl COMInterface for IDXGIDevice3fn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl QueryIID for IDXGIDevice3
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)