Struct dxgi_win::interfaces::IDXGIKeyedMutex
[−]
[src]
pub struct IDXGIKeyedMutex {
pub lpVtbl: *const IDXGIKeyedMutexVtbl,
}Fields
lpVtbl |
pub struct IDXGIKeyedMutex {
pub lpVtbl: *const IDXGIKeyedMutexVtbl,
}lpVtbl |
impl IDXGIKeyedMutexunsafe fn AcquireSync(&mut self, key: UINT64, milliseconds: DWORD) -> HRESULTunsafe fn ReleaseSync(&mut self, key: UINT64) -> HRESULTimpl Deref for IDXGIKeyedMutextype Target = IDXGIDeviceSubObjectfn deref(&self) -> &IDXGIDeviceSubObjectimpl DerefMut for IDXGIKeyedMutexfn deref_mut(&mut self) -> &mut IDXGIDeviceSubObjectimpl COMInterface for IDXGIKeyedMutexfn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl 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)