Struct winapi::dxgi::IDXGIResource [] [src]

pub struct IDXGIResource {
    pub lpVtbl: *const IDXGIResourceVtbl,
}

Fields

lpVtbl: *const IDXGIResourceVtbl

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>

unsafe fn GetDevice(&mut self, riid: REFIID, ppDevice: *mut *mut c_void) -> HRESULT

Trait Implementations

impl Debug for IDXGIResource
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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