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