Trait windows::Win32::Graphics::Dxgi::IDXGIKeyedMutex_Impl
pub trait IDXGIKeyedMutex_Impl: Sized + IDXGIDeviceSubObject_Impl {
// Required methods
fn AcquireSync(&self, key: u64, dwmilliseconds: u32) -> Result<()>;
fn ReleaseSync(&self, key: u64) -> Result<()>;
}
Required Methods§
fn AcquireSync(&self, key: u64, dwmilliseconds: u32) -> Result<()>
fn ReleaseSync(&self, key: u64) -> Result<()>
Object Safety§
This trait is not object safe.