Struct windows::Win32::Graphics::Dxgi::IDXGIKeyedMutex_Vtbl
#[repr(C)]pub struct IDXGIKeyedMutex_Vtbl {
pub base__: IDXGIDeviceSubObject_Vtbl,
pub AcquireSync: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32) -> HRESULT,
pub ReleaseSync: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
}
Fields§
§base__: IDXGIDeviceSubObject_Vtbl
§AcquireSync: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32) -> HRESULT
§ReleaseSync: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
Implementations§
§impl IDXGIKeyedMutex_Vtbl
impl IDXGIKeyedMutex_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXGIKeyedMutex_Vtblwhere
Identity: IDXGIKeyedMutex_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXGIKeyedMutex_Vtbl
impl RefUnwindSafe for IDXGIKeyedMutex_Vtbl
impl Send for IDXGIKeyedMutex_Vtbl
impl Sync for IDXGIKeyedMutex_Vtbl
impl Unpin for IDXGIKeyedMutex_Vtbl
impl UnwindSafe for IDXGIKeyedMutex_Vtbl
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