#[repr(C)]pub enum VkCommandBufferLevel {
VK_COMMAND_BUFFER_LEVEL_PRIMARY = 0,
VK_COMMAND_BUFFER_LEVEL_SECONDARY = 1,
VK_COMMAND_BUFFER_LEVEL_MAX_ENUM = 2_147_483_647,
}Expand description
enum VkCommandBufferLevel from VK_VERSION_1_0
Variants§
VK_COMMAND_BUFFER_LEVEL_PRIMARY = 0
VK_COMMAND_BUFFER_LEVEL_SECONDARY = 1
VK_COMMAND_BUFFER_LEVEL_MAX_ENUM = 2_147_483_647
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 Ord for VkCommandBufferLevel
impl Ord for VkCommandBufferLevel
Source§fn cmp(&self, other: &VkCommandBufferLevel) -> Ordering
fn cmp(&self, other: &VkCommandBufferLevel) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkCommandBufferLevel
impl PartialEq for VkCommandBufferLevel
Source§impl PartialOrd for VkCommandBufferLevel
impl PartialOrd 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 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