Struct winapi::dxgi::IDXGIKeyedMutex [] [src]

pub struct IDXGIKeyedMutex {
    pub lpVtbl: *const IDXGIKeyedMutexVtbl,
}

Fields

lpVtbl: *const IDXGIKeyedMutexVtbl

Methods

impl IDXGIKeyedMutex
[src]

unsafe fn AcquireSync(&mut self, Key: UINT64, dwMilliseconds: DWORD) -> HRESULT

unsafe fn ReleaseSync(&mut self, Key: UINT64) -> HRESULT

Methods from Deref<Target=IDXGIDeviceSubObject>

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

Trait Implementations

impl Debug for IDXGIKeyedMutex
[src]

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

Formats the value using the given formatter.

impl Deref for IDXGIKeyedMutex
[src]

type Target = IDXGIDeviceSubObject

The resulting type after dereferencing

fn deref(&self) -> &IDXGIDeviceSubObject

The method called to dereference a value

impl DerefMut for IDXGIKeyedMutex
[src]

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

The method called to mutably dereference a value