#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkCommandBufferLevel
Source§impl Debug for VkCommandBufferLevel
impl Debug for VkCommandBufferLevel
impl Eq for VkCommandBufferLevel
Source§impl Hash for VkCommandBufferLevel
impl Hash for VkCommandBufferLevel
Source§impl PartialEq for VkCommandBufferLevel
impl PartialEq for VkCommandBufferLevel
Source§fn eq(&self, other: &VkCommandBufferLevel) -> bool
fn eq(&self, other: &VkCommandBufferLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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