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 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§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)