Struct winapi::dxgi::IDXGIResource
[−]
[src]
pub struct IDXGIResource { pub lpVtbl: *const IDXGIResourceVtbl, }
Fields
lpVtbl |
Methods
impl IDXGIResource
[src]
unsafe fn GetSharedHandle(&mut self, pSharedHandle: *mut HANDLE) -> HRESULT
unsafe fn GetUsage(&mut self, pUsage: *mut DXGI_USAGE) -> HRESULT
unsafe fn SetEvictionPriority(&mut self, EvictionPriority: UINT) -> HRESULT
unsafe fn GetEvictionPriority(&mut self, pEvictionPriority: *mut UINT) -> HRESULT
Methods from Deref<Target=IDXGIDeviceSubObject>
Trait Implementations
impl Deref for IDXGIResource
[src]
type Target = IDXGIDeviceSubObject
The resulting type after dereferencing
fn deref(&self) -> &IDXGIDeviceSubObject
The method called to dereference a value
impl DerefMut for IDXGIResource
[src]
fn deref_mut(&mut self) -> &mut IDXGIDeviceSubObject
The method called to mutably dereference a value