Struct ash::vk::ValidationFeatureEnableEXT
source · 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 PartialEq for ValidationFeatureEnableEXT
impl PartialEq for ValidationFeatureEnableEXT
source§fn eq(&self, other: &ValidationFeatureEnableEXT) -> bool
fn eq(&self, other: &ValidationFeatureEnableEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ValidationFeatureEnableEXT
impl PartialOrd for ValidationFeatureEnableEXT
source§fn partial_cmp(&self, other: &ValidationFeatureEnableEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ValidationFeatureEnableEXT) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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