pub trait ID3D10Multithread_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.

Implementors§