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