#[repr(i32)]pub enum VkCommandBufferLevel {
Primary = 0,
Secondary = 1,
}Expand description
Command buffer level
Variants§
Trait Implementations§
Source§impl Clone for VkCommandBufferLevel
impl Clone for VkCommandBufferLevel
Source§fn clone(&self) -> VkCommandBufferLevel
fn clone(&self) -> VkCommandBufferLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VkCommandBufferLevel
impl Debug for VkCommandBufferLevel
Source§impl Hash for VkCommandBufferLevel
impl Hash for VkCommandBufferLevel
Source§impl PartialEq for VkCommandBufferLevel
impl PartialEq for VkCommandBufferLevel
impl Copy for VkCommandBufferLevel
impl Eq for VkCommandBufferLevel
impl StructuralPartialEq for VkCommandBufferLevel
Auto Trait Implementations§
impl Freeze for VkCommandBufferLevel
impl RefUnwindSafe for VkCommandBufferLevel
impl Send for VkCommandBufferLevel
impl Sync for VkCommandBufferLevel
impl Unpin for VkCommandBufferLevel
impl UnwindSafe for VkCommandBufferLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more