Struct winapi::dxgi1_2::IDXGIDevice2 [] [src]

pub struct IDXGIDevice2 {
    pub lpVtbl: *const IDXGIDevice2Vtbl,
}

Fields

lpVtbl: *const IDXGIDevice2Vtbl

Methods

impl IDXGIDevice2
[src]

unsafe fn OfferResources(&mut self, NumResources: UINT, ppResources: *mut *mut IDXGIResource, Priority: DXGI_OFFER_RESOURCE_PRIORITY) -> HRESULT

unsafe fn ReclaimResources(&mut self, NumResources: UINT, ppResources: *mut *mut IDXGIResource, pDiscarded: *mut BOOL) -> HRESULT

unsafe fn EnqueueSetEvent(&mut self, hEvent: HANDLE) -> HRESULT

Methods from Deref<Target=IDXGIDevice1>

unsafe fn SetMaximumFrameLatency(&mut self, MaxLatency: UINT) -> HRESULT

unsafe fn GetMaximumFrameLatency(&mut self, pMaxLatency: *mut UINT) -> HRESULT

Trait Implementations

impl Debug for IDXGIDevice2
[src]

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

Formats the value using the given formatter.

impl Deref for IDXGIDevice2
[src]

type Target = IDXGIDevice1

The resulting type after dereferencing

fn deref(&self) -> &IDXGIDevice1

The method called to dereference a value

impl DerefMut for IDXGIDevice2
[src]

fn deref_mut(&mut self) -> &mut IDXGIDevice1

The method called to mutably dereference a value