Struct dxgi_win::interfaces::IDXGIKeyedMutex [] [src]

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

Fields

lpVtbl

Methods

impl IDXGIKeyedMutex

unsafe fn AcquireSync(&mut self, key: UINT64, milliseconds: DWORD) -> HRESULT

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

Methods from Deref<Target=IDXGIDeviceSubObject>

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

Trait Implementations

impl Deref for IDXGIKeyedMutex

type Target = IDXGIDeviceSubObject

fn deref(&self) -> &IDXGIDeviceSubObject

impl DerefMut for IDXGIKeyedMutex

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

impl COMInterface for IDXGIKeyedMutex

fn i_unknown(&self) -> &IUnknown

fn i_unknown_mut(&mut self) -> &mut IUnknown

impl QueryIID for IDXGIKeyedMutex

fn iid() -> GUID