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