Struct ash::vk::enums::LayerSettingTypeEXT
source · #[repr(transparent)]pub struct LayerSettingTypeEXT(pub(crate) i32);
Expand description
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
source§impl Clone for LayerSettingTypeEXT
impl Clone for LayerSettingTypeEXT
source§fn clone(&self) -> LayerSettingTypeEXT
fn clone(&self) -> LayerSettingTypeEXT
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 LayerSettingTypeEXT
impl Debug for LayerSettingTypeEXT
source§impl Default for LayerSettingTypeEXT
impl Default for LayerSettingTypeEXT
source§fn default() -> LayerSettingTypeEXT
fn default() -> LayerSettingTypeEXT
Returns the “default value” for a type. Read more
source§impl Hash for LayerSettingTypeEXT
impl Hash for LayerSettingTypeEXT
source§impl Ord for LayerSettingTypeEXT
impl Ord for LayerSettingTypeEXT
source§fn cmp(&self, other: &LayerSettingTypeEXT) -> Ordering
fn cmp(&self, other: &LayerSettingTypeEXT) -> 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 LayerSettingTypeEXT
impl PartialEq for LayerSettingTypeEXT
source§fn eq(&self, other: &LayerSettingTypeEXT) -> bool
fn eq(&self, other: &LayerSettingTypeEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for LayerSettingTypeEXT
impl PartialOrd for LayerSettingTypeEXT
source§fn partial_cmp(&self, other: &LayerSettingTypeEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &LayerSettingTypeEXT) -> 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 LayerSettingTypeEXT
impl Eq for LayerSettingTypeEXT
impl StructuralPartialEq for LayerSettingTypeEXT
Auto Trait Implementations§
impl Freeze for LayerSettingTypeEXT
impl RefUnwindSafe for LayerSettingTypeEXT
impl Send for LayerSettingTypeEXT
impl Sync for LayerSettingTypeEXT
impl Unpin for LayerSettingTypeEXT
impl UnwindSafe for LayerSettingTypeEXT
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