#[repr(transparent)]pub struct VkValidationFeatureDisableEXT(pub i32);Expand description
VkValidationFeatureDisableEXT
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VkValidationFeatureDisableEXT
impl Clone for VkValidationFeatureDisableEXT
Source§fn clone(&self) -> VkValidationFeatureDisableEXT
fn clone(&self) -> VkValidationFeatureDisableEXT
Returns a duplicate 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 VkValidationFeatureDisableEXT
impl Default for VkValidationFeatureDisableEXT
Source§fn default() -> VkValidationFeatureDisableEXT
fn default() -> VkValidationFeatureDisableEXT
Returns the “default value” for a type. Read more
Source§impl From<VkValidationFeatureDisableEXT> for i32
impl From<VkValidationFeatureDisableEXT> for i32
Source§fn from(value: VkValidationFeatureDisableEXT) -> Self
fn from(value: VkValidationFeatureDisableEXT) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkValidationFeatureDisableEXT
impl From<i32> for VkValidationFeatureDisableEXT
Source§impl Hash for VkValidationFeatureDisableEXT
impl Hash for VkValidationFeatureDisableEXT
Source§impl Ord for VkValidationFeatureDisableEXT
impl Ord for VkValidationFeatureDisableEXT
Source§fn cmp(&self, other: &VkValidationFeatureDisableEXT) -> Ordering
fn cmp(&self, other: &VkValidationFeatureDisableEXT) -> 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 VkValidationFeatureDisableEXT
impl PartialEq for VkValidationFeatureDisableEXT
Source§fn eq(&self, other: &VkValidationFeatureDisableEXT) -> bool
fn eq(&self, other: &VkValidationFeatureDisableEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkValidationFeatureDisableEXT
impl PartialOrd for VkValidationFeatureDisableEXT
impl Copy for VkValidationFeatureDisableEXT
impl Eq for VkValidationFeatureDisableEXT
impl StructuralPartialEq for VkValidationFeatureDisableEXT
Auto Trait Implementations§
impl Freeze for VkValidationFeatureDisableEXT
impl RefUnwindSafe for VkValidationFeatureDisableEXT
impl Send for VkValidationFeatureDisableEXT
impl Sync for VkValidationFeatureDisableEXT
impl Unpin for VkValidationFeatureDisableEXT
impl UnsafeUnpin for VkValidationFeatureDisableEXT
impl UnwindSafe for VkValidationFeatureDisableEXT
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