Struct winapi::dxgi::IDXGIKeyedMutex
[−]
[src]
pub struct IDXGIKeyedMutex {
pub lpVtbl: *const IDXGIKeyedMutexVtbl,
}Fields
lpVtbl |
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>
Trait Implementations
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