pub struct ValidationFeatureEnableEXT(/* private fields */);
Expand description
Implementations§
Source§impl ValidationFeatureEnableEXT
impl ValidationFeatureEnableEXT
pub const GPU_ASSISTED: Self
pub const GPU_ASSISTED_RESERVE_BINDING_SLOT: Self
pub const BEST_PRACTICES: Self
pub const DEBUG_PRINTF: Self
pub const SYNCHRONIZATION_VALIDATION: Self
Trait Implementations§
Source§impl Clone for ValidationFeatureEnableEXT
impl Clone for ValidationFeatureEnableEXT
Source§fn clone(&self) -> ValidationFeatureEnableEXT
fn clone(&self) -> ValidationFeatureEnableEXT
Returns a copy 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 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§fn cmp(&self, other: &ValidationFeatureEnableEXT) -> Ordering
fn cmp(&self, other: &ValidationFeatureEnableEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
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§
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