#[repr(C)]pub struct IDXGIKeyedMutex {
pub lpVtbl: *const IDXGIKeyedMutexVtbl,
}
Fields§
§lpVtbl: *const IDXGIKeyedMutexVtbl
Implementations§
Source§impl IDXGIKeyedMutex
impl IDXGIKeyedMutex
pub unsafe fn AcquireSync(&self, Key: UINT64, dwMilliseconds: DWORD) -> HRESULT
pub unsafe fn ReleaseSync(&self, Key: UINT64) -> HRESULT
Methods from Deref<Target = IDXGIDeviceSubObject>§
Methods from Deref<Target = IDXGIObject>§
pub unsafe fn SetPrivateData( &self, Name: REFGUID, DataSize: UINT, pData: *const c_void, ) -> HRESULT
pub unsafe fn SetPrivateDataInterface( &self, Name: REFGUID, pUnknown: *const IUnknown, ) -> HRESULT
pub unsafe fn GetPrivateData( &self, Name: REFGUID, pDataSize: *mut UINT, pData: *mut c_void, ) -> HRESULT
pub unsafe fn GetParent( &self, riid: REFIID, ppParent: *mut *mut c_void, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDXGIKeyedMutex
impl Deref for IDXGIKeyedMutex
Source§type Target = IDXGIDeviceSubObject
type Target = IDXGIDeviceSubObject
The resulting type after dereferencing.
Source§fn deref(&self) -> &IDXGIDeviceSubObject
fn deref(&self) -> &IDXGIDeviceSubObject
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IDXGIKeyedMutex
impl RefUnwindSafe for IDXGIKeyedMutex
impl !Send for IDXGIKeyedMutex
impl !Sync for IDXGIKeyedMutex
impl Unpin for IDXGIKeyedMutex
impl UnwindSafe for IDXGIKeyedMutex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more