#[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,
}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 · 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 PartialEq for VkCommandBufferLevel
impl PartialEq for VkCommandBufferLevel
impl Copy 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