Struct dxgi_win::interfaces::IDXGIKeyedMutex
[−]
[src]
pub struct IDXGIKeyedMutex { pub lpVtbl: *const IDXGIKeyedMutexVtbl, }
Fields
lpVtbl |
pub struct IDXGIKeyedMutex { pub lpVtbl: *const IDXGIKeyedMutexVtbl, }
lpVtbl |
impl IDXGIKeyedMutex
unsafe fn AcquireSync(&mut self, key: UINT64, milliseconds: DWORD) -> HRESULT
unsafe fn ReleaseSync(&mut self, key: UINT64) -> HRESULT
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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)