windows::Win32::Graphics::Direct3D11

Trait ID3D11RasterizerState1_Impl

pub trait ID3D11RasterizerState1_Impl: ID3D11RasterizerState_Impl {
    // Required method
    fn GetDesc1(&self, pdesc: *mut D3D11_RASTERIZER_DESC1);
}

Required Methods§

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.

Implementors§