Struct ash::vk::MetalSurfaceCreateFlagsEXT  
source · #[repr(transparent)]pub struct MetalSurfaceCreateFlagsEXT(_);Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
 
impl BitAndAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOrAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
 
impl BitOrAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXorAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
 
impl BitXorAssign<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for MetalSurfaceCreateFlagsEXT
 
impl Clone for MetalSurfaceCreateFlagsEXT
source§fn clone(&self) -> MetalSurfaceCreateFlagsEXT
 
fn clone(&self) -> MetalSurfaceCreateFlagsEXT
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 MetalSurfaceCreateFlagsEXT
 
impl Debug for MetalSurfaceCreateFlagsEXT
source§impl Default for MetalSurfaceCreateFlagsEXT
 
impl Default for MetalSurfaceCreateFlagsEXT
source§impl Hash for MetalSurfaceCreateFlagsEXT
 
impl Hash for MetalSurfaceCreateFlagsEXT
source§impl Not for MetalSurfaceCreateFlagsEXT
 
impl Not for MetalSurfaceCreateFlagsEXT
source§impl Ord for MetalSurfaceCreateFlagsEXT
 
impl Ord for MetalSurfaceCreateFlagsEXT
source§fn cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> Ordering
 
fn cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> 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<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
 
impl PartialEq<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
source§fn eq(&self, other: &MetalSurfaceCreateFlagsEXT) -> bool
 
fn eq(&self, other: &MetalSurfaceCreateFlagsEXT) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
 
impl PartialOrd<MetalSurfaceCreateFlagsEXT> for MetalSurfaceCreateFlagsEXT
source§fn partial_cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> Option<Ordering>
 
fn partial_cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> 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 more