#[repr(u32)]pub enum VkCommandBufferUsageFlagBits {
OneTimeSubmit = 1,
SimultaneousUse = 4,
}Expand description
Command buffer usage flags
Variants§
Trait Implementations§
Source§impl Clone for VkCommandBufferUsageFlagBits
impl Clone for VkCommandBufferUsageFlagBits
Source§fn clone(&self) -> VkCommandBufferUsageFlagBits
fn clone(&self) -> VkCommandBufferUsageFlagBits
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 VkCommandBufferUsageFlagBits
impl Debug for VkCommandBufferUsageFlagBits
Source§impl Hash for VkCommandBufferUsageFlagBits
impl Hash for VkCommandBufferUsageFlagBits
Source§impl PartialEq for VkCommandBufferUsageFlagBits
impl PartialEq for VkCommandBufferUsageFlagBits
Source§fn eq(&self, other: &VkCommandBufferUsageFlagBits) -> bool
fn eq(&self, other: &VkCommandBufferUsageFlagBits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VkCommandBufferUsageFlagBits
impl Eq for VkCommandBufferUsageFlagBits
impl StructuralPartialEq for VkCommandBufferUsageFlagBits
Auto Trait Implementations§
impl Freeze for VkCommandBufferUsageFlagBits
impl RefUnwindSafe for VkCommandBufferUsageFlagBits
impl Send for VkCommandBufferUsageFlagBits
impl Sync for VkCommandBufferUsageFlagBits
impl Unpin for VkCommandBufferUsageFlagBits
impl UnwindSafe for VkCommandBufferUsageFlagBits
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