#[repr(C)]pub enum VkQueryPoolCreateFlagBits {
VK_QUERY_POOL_CREATE_RESET_BIT_KHR = 1,
VK_QUERY_POOL_CREATE_FLAG_BITS_MAX_ENUM = 2_147_483_647,
}Variants§
Trait Implementations§
Source§impl Clone for VkQueryPoolCreateFlagBits
impl Clone for VkQueryPoolCreateFlagBits
Source§fn clone(&self) -> VkQueryPoolCreateFlagBits
fn clone(&self) -> VkQueryPoolCreateFlagBits
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 VkQueryPoolCreateFlagBits
impl Debug for VkQueryPoolCreateFlagBits
impl Copy for VkQueryPoolCreateFlagBits
impl StructuralPartialEq for VkQueryPoolCreateFlagBits
Auto Trait Implementations§
impl Freeze for VkQueryPoolCreateFlagBits
impl RefUnwindSafe for VkQueryPoolCreateFlagBits
impl Send for VkQueryPoolCreateFlagBits
impl Sync for VkQueryPoolCreateFlagBits
impl Unpin for VkQueryPoolCreateFlagBits
impl UnwindSafe for VkQueryPoolCreateFlagBits
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