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