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