pub trait ID3D11On12Device1_Impl: Sized + ID3D11On12Device_Impl {
    // Required method
    fn GetD3D12Device(
        &self,
        riid: *const GUID,
        ppvdevice: *mut *mut c_void,
    ) -> Result<()>;
}

Required Methods§

fn GetD3D12Device( &self, riid: *const GUID, ppvdevice: *mut *mut c_void, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§