Trait windows::Win32::Graphics::Direct3D11::ID3D11CommandList_Impl
pub trait ID3D11CommandList_Impl: Sized + ID3D11DeviceChild_Impl {
// Required method
fn GetContextFlags(&self) -> u32;
}
Required Methods§
fn GetContextFlags(&self) -> u32
Object Safety§
This trait is not object safe.