windows::Win32::Graphics::Dxgi

Trait IDXGIKeyedMutex_Impl

pub trait IDXGIKeyedMutex_Impl: 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<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§