Trait windows::Win32::Graphics::Direct3D11::ID3D11Multithread_Impl
pub trait ID3D11Multithread_Impl: Sized {
// Required methods
fn Enter(&self);
fn Leave(&self);
fn SetMultithreadProtected(&self, bmtprotect: BOOL) -> BOOL;
fn GetMultithreadProtected(&self) -> BOOL;
}
Required Methods§
fn Enter(&self)
fn Leave(&self)
fn SetMultithreadProtected(&self, bmtprotect: BOOL) -> BOOL
fn GetMultithreadProtected(&self) -> BOOL
Object Safety§
This trait is not object safe.