Struct dxgi_win::interfaces::IDXGIResource
[−]
[src]
pub struct IDXGIResource { pub lpVtbl: *const IDXGIResourceVtbl, }
Fields
lpVtbl |
pub struct IDXGIResource { pub lpVtbl: *const IDXGIResourceVtbl, }
lpVtbl |
impl IDXGIResource
unsafe fn GetSharedHandle(&mut self, shared_handle: *mut HANDLE) -> HRESULT
unsafe fn GetUsage(&mut self, usage: *mut DXGI_USAGE) -> HRESULT
unsafe fn SetEvictionPriority(&mut self, eviction_priority: UINT) -> HRESULT
unsafe fn GetEvictionPriority(&mut self, evition_priority: *mut UINT) -> HRESULT
impl Deref for IDXGIResource
type Target = IDXGIDeviceSubObject
fn deref(&self) -> &IDXGIDeviceSubObject
impl DerefMut for IDXGIResource
fn deref_mut(&mut self) -> &mut IDXGIDeviceSubObject
impl COMInterface for IDXGIResource
fn i_unknown(&self) -> &IUnknown
fn i_unknown_mut(&mut self) -> &mut IUnknown
impl 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
)