Struct dxgi_win::interfaces::IDXGIResource
[−]
[src]
pub struct IDXGIResource {
pub lpVtbl: *const IDXGIResourceVtbl,
}Fields
lpVtbl |
pub struct IDXGIResource {
pub lpVtbl: *const IDXGIResourceVtbl,
}lpVtbl |
impl IDXGIResourceunsafe fn GetSharedHandle(&mut self, shared_handle: *mut HANDLE) -> HRESULTunsafe fn GetUsage(&mut self, usage: *mut DXGI_USAGE) -> HRESULTunsafe fn SetEvictionPriority(&mut self, eviction_priority: UINT) -> HRESULTunsafe fn GetEvictionPriority(&mut self, evition_priority: *mut UINT) -> HRESULTimpl Deref for IDXGIResourcetype Target = IDXGIDeviceSubObjectfn deref(&self) -> &IDXGIDeviceSubObjectimpl DerefMut for IDXGIResourcefn deref_mut(&mut self) -> &mut IDXGIDeviceSubObjectimpl COMInterface for IDXGIResourcefn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl QueryIID for IDXGIResource
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)