Enum gfx_hal::command::Level [−][src]
pub enum Level { Primary, Secondary, }
An enum that indicates whether a command buffer is primary or secondary.
Variants
Can be submitted to a queue for execution, but cannot be called from other command buffers.
Cannot be submitted directly, but can be called from primary command buffers.
Trait Implementations
impl StructuralPartialEq for Level
[src]
impl StructuralPartialEq for Level
[src]Auto Trait Implementations
impl RefUnwindSafe for Level
impl RefUnwindSafe for Level
impl UnwindSafe for Level
impl UnwindSafe for Level