#[repr(i32)]pub enum VkValidationFeatureEnable {
GpuAssisted = 0,
GpuAssistedReserveBindingSlot = 1,
BestPractices = 2,
DebugPrintf = 3,
}Expand description
Wrapper for VkValidationFeatureEnableEXT.
Variants§
Trait Implementations§
Source§impl Clone for VkValidationFeatureEnable
impl Clone for VkValidationFeatureEnable
Source§fn clone(&self) -> VkValidationFeatureEnable
fn clone(&self) -> VkValidationFeatureEnable
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 VkValidationFeatureEnable
impl Debug for VkValidationFeatureEnable
Source§impl Default for VkValidationFeatureEnable
impl Default for VkValidationFeatureEnable
Source§fn default() -> VkValidationFeatureEnable
fn default() -> VkValidationFeatureEnable
Returns the “default value” for a type. Read more
impl Copy for VkValidationFeatureEnable
impl StructuralPartialEq for VkValidationFeatureEnable
Auto Trait Implementations§
impl Freeze for VkValidationFeatureEnable
impl RefUnwindSafe for VkValidationFeatureEnable
impl Send for VkValidationFeatureEnable
impl Sync for VkValidationFeatureEnable
impl Unpin for VkValidationFeatureEnable
impl UnwindSafe for VkValidationFeatureEnable
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