Enum spirv_utils::desc::GroupOperation [] [src]

pub enum GroupOperation {
    Reduce,
    InclusiveScan,
    ExclusiveScan,
}

Variants

Reduce
InclusiveScan
ExclusiveScan

Methods

impl GroupOperation

fn from(val: u32) -> Option<GroupOperation>

Trait Implementations

Derived Implementations

impl Hash for GroupOperation

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for GroupOperation

fn eq(&self, __arg_0: &GroupOperation) -> bool

fn ne(&self, __arg_0: &GroupOperation) -> bool

impl Debug for GroupOperation

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for GroupOperation

fn clone(&self) -> GroupOperation

fn clone_from(&mut self, source: &Self)

impl Copy for GroupOperation