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.

Implementors§