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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§