pub struct ValidationFeatureEnableEXT(/* private fields */);Expand description
Implementations§
Source§impl ValidationFeatureEnableEXT
impl ValidationFeatureEnableEXT
pub const GPU_ASSISTED: ValidationFeatureEnableEXT
pub const GPU_ASSISTED_RESERVE_BINDING_SLOT: ValidationFeatureEnableEXT
pub const BEST_PRACTICES: ValidationFeatureEnableEXT
pub const DEBUG_PRINTF: ValidationFeatureEnableEXT
pub const SYNCHRONIZATION_VALIDATION: ValidationFeatureEnableEXT
Trait Implementations§
Source§impl Clone for ValidationFeatureEnableEXT
impl Clone for ValidationFeatureEnableEXT
Source§fn clone(&self) -> ValidationFeatureEnableEXT
fn clone(&self) -> ValidationFeatureEnableEXT
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ValidationFeatureEnableEXT
impl Debug for ValidationFeatureEnableEXT
Source§impl Default for ValidationFeatureEnableEXT
impl Default for ValidationFeatureEnableEXT
Source§fn default() -> ValidationFeatureEnableEXT
fn default() -> ValidationFeatureEnableEXT
Returns the “default value” for a type. Read more
Source§impl Hash for ValidationFeatureEnableEXT
impl Hash for ValidationFeatureEnableEXT
Source§impl Ord for ValidationFeatureEnableEXT
impl Ord for ValidationFeatureEnableEXT
Source§impl PartialOrd for ValidationFeatureEnableEXT
impl PartialOrd for ValidationFeatureEnableEXT
impl Copy for ValidationFeatureEnableEXT
impl Eq for ValidationFeatureEnableEXT
impl StructuralPartialEq for ValidationFeatureEnableEXT
Auto Trait Implementations§
impl Freeze for ValidationFeatureEnableEXT
impl RefUnwindSafe for ValidationFeatureEnableEXT
impl Send for ValidationFeatureEnableEXT
impl Sync for ValidationFeatureEnableEXT
impl Unpin for ValidationFeatureEnableEXT
impl UnwindSafe for ValidationFeatureEnableEXT
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)