Trait ID3D12DeviceRemovedExtendedData2_Impl
pub trait ID3D12DeviceRemovedExtendedData2_Impl: ID3D12DeviceRemovedExtendedData1_Impl {
// Required methods
fn GetPageFaultAllocationOutput2(
&self,
poutput: *mut D3D12_DRED_PAGE_FAULT_OUTPUT2,
) -> Result<()>;
fn GetDeviceState(&self) -> D3D12_DRED_DEVICE_STATE;
}
Required Methods§
fn GetPageFaultAllocationOutput2( &self, poutput: *mut D3D12_DRED_PAGE_FAULT_OUTPUT2, ) -> Result<()>
fn GetDeviceState(&self) -> D3D12_DRED_DEVICE_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.