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