Trait ID3D11RenderTargetView1_Impl
pub trait ID3D11RenderTargetView1_Impl: ID3D11RenderTargetView_Impl {
// Required method
fn GetDesc1(&self, pdesc1: *mut D3D11_RENDER_TARGET_VIEW_DESC1);
}
Required Methods§
fn GetDesc1(&self, pdesc1: *mut D3D11_RENDER_TARGET_VIEW_DESC1)
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.