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