Trait ID3D12LifetimeTracker_Impl
pub trait ID3D12LifetimeTracker_Impl: ID3D12DeviceChild_Impl {
// Required method
fn DestroyOwnedObject(
&self,
pobject: Ref<'_, ID3D12DeviceChild>,
) -> Result<()>;
}
Required Methods§
fn DestroyOwnedObject(&self, pobject: Ref<'_, ID3D12DeviceChild>) -> 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.