Struct ash::vk::QueryControlFlags  
source · pub struct QueryControlFlags(/* private fields */);Expand description
Implementations§
source§impl QueryControlFlags
 
impl QueryControlFlags
Trait Implementations§
source§impl BitAnd for QueryControlFlags
 
impl BitAnd for QueryControlFlags
source§impl BitAndAssign for QueryControlFlags
 
impl BitAndAssign for QueryControlFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr for QueryControlFlags
 
impl BitOr for QueryControlFlags
source§impl BitOrAssign for QueryControlFlags
 
impl BitOrAssign for QueryControlFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor for QueryControlFlags
 
impl BitXor for QueryControlFlags
source§impl BitXorAssign for QueryControlFlags
 
impl BitXorAssign 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 for QueryControlFlags
 
impl PartialEq for QueryControlFlags
source§impl PartialOrd for QueryControlFlags
 
impl PartialOrd for QueryControlFlags
impl Copy for QueryControlFlags
impl Eq for QueryControlFlags
impl StructuralPartialEq for QueryControlFlags
Auto Trait Implementations§
impl Freeze for QueryControlFlags
impl RefUnwindSafe for QueryControlFlags
impl Send for QueryControlFlags
impl Sync for QueryControlFlags
impl Unpin for QueryControlFlags
impl UnwindSafe for QueryControlFlags
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)