#[repr(u32)]pub enum VkQueueFlagBits {
Compute = 2,
Transfer = 4,
SparseBinding = 8,
}Expand description
Queue capability flags
Variants§
Trait Implementations§
Source§impl Clone for VkQueueFlagBits
impl Clone for VkQueueFlagBits
Source§fn clone(&self) -> VkQueueFlagBits
fn clone(&self) -> VkQueueFlagBits
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 VkQueueFlagBits
impl Debug for VkQueueFlagBits
Source§impl Hash for VkQueueFlagBits
impl Hash for VkQueueFlagBits
Source§impl PartialEq for VkQueueFlagBits
impl PartialEq for VkQueueFlagBits
impl Copy for VkQueueFlagBits
impl Eq for VkQueueFlagBits
impl StructuralPartialEq for VkQueueFlagBits
Auto Trait Implementations§
impl Freeze for VkQueueFlagBits
impl RefUnwindSafe for VkQueueFlagBits
impl Send for VkQueueFlagBits
impl Sync for VkQueueFlagBits
impl Unpin for VkQueueFlagBits
impl UnwindSafe for VkQueueFlagBits
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