pub struct ValidationFeatureDisableEXT(/* private fields */);
Expand description
Implementations§
Source§impl ValidationFeatureDisableEXT
impl ValidationFeatureDisableEXT
pub const ALL: Self
pub const SHADERS: Self
pub const THREAD_SAFETY: Self
pub const API_PARAMETERS: Self
pub const OBJECT_LIFETIMES: Self
pub const CORE_CHECKS: Self
pub const UNIQUE_HANDLES: Self
pub const SHADER_VALIDATION_CACHE: Self
Trait Implementations§
Source§impl Clone for ValidationFeatureDisableEXT
impl Clone for ValidationFeatureDisableEXT
Source§fn clone(&self) -> ValidationFeatureDisableEXT
fn clone(&self) -> ValidationFeatureDisableEXT
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 ValidationFeatureDisableEXT
impl Default for ValidationFeatureDisableEXT
Source§fn default() -> ValidationFeatureDisableEXT
fn default() -> ValidationFeatureDisableEXT
Returns the “default value” for a type. Read more
Source§impl Hash for ValidationFeatureDisableEXT
impl Hash for ValidationFeatureDisableEXT
Source§impl Ord for ValidationFeatureDisableEXT
impl Ord for ValidationFeatureDisableEXT
Source§fn cmp(&self, other: &ValidationFeatureDisableEXT) -> Ordering
fn cmp(&self, other: &ValidationFeatureDisableEXT) -> 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 ValidationFeatureDisableEXT
impl PartialOrd for ValidationFeatureDisableEXT
impl Copy for ValidationFeatureDisableEXT
impl Eq for ValidationFeatureDisableEXT
impl StructuralPartialEq for ValidationFeatureDisableEXT
Auto Trait Implementations§
impl Freeze for ValidationFeatureDisableEXT
impl RefUnwindSafe for ValidationFeatureDisableEXT
impl Send for ValidationFeatureDisableEXT
impl Sync for ValidationFeatureDisableEXT
impl Unpin for ValidationFeatureDisableEXT
impl UnwindSafe for ValidationFeatureDisableEXT
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