Trait ID3D12LifetimeOwner_Impl
pub trait ID3D12LifetimeOwner_Impl: IUnknownImpl {
// Required method
fn LifetimeStateUpdated(&self, newstate: D3D12_LIFETIME_STATE);
}
Required Methods§
fn LifetimeStateUpdated(&self, newstate: D3D12_LIFETIME_STATE)
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.