Trait IDirect3DStateBlock9_Impl
pub trait IDirect3DStateBlock9_Impl: IUnknownImpl {
// Required methods
fn GetDevice(&self) -> Result<IDirect3DDevice9>;
fn Capture(&self) -> Result<()>;
fn Apply(&self) -> Result<()>;
}
Required Methods§
fn GetDevice(&self) -> Result<IDirect3DDevice9>
fn Capture(&self) -> Result<()>
fn Apply(&self) -> 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.