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 Debug for ValidationFeatureDisableEXT
impl Debug for ValidationFeatureDisableEXT
Source§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
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
)