Trait windows::Win32::Graphics::Direct3D12::ID3D12LifetimeOwner_Impl
pub trait ID3D12LifetimeOwner_Impl: Sized {
// Required method
fn LifetimeStateUpdated(&self, newstate: D3D12_LIFETIME_STATE);
}
Required Methods§
fn LifetimeStateUpdated(&self, newstate: D3D12_LIFETIME_STATE)
Object Safety§
This trait is not object safe.