Trait ID3D11Multithread_Impl
pub trait ID3D11Multithread_Impl: IUnknownImpl {
// 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
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.