[][src]Enum spirv_headers::GroupOperation

#[repr(u32)]pub enum GroupOperation {
    Reduce,
    InclusiveScan,
    ExclusiveScan,
    ClusteredReduce,
    PartitionedReduceNV,
    PartitionedInclusiveScanNV,
    PartitionedExclusiveScanNV,
}

/// SPIR-V operand kind: GroupOperation

Variants

Reduce
InclusiveScan
ExclusiveScan
ClusteredReduce
PartitionedReduceNV
PartitionedInclusiveScanNV
PartitionedExclusiveScanNV

Implementations

impl GroupOperation[src]

Trait Implementations

impl Clone for GroupOperation[src]

impl Copy for GroupOperation[src]

impl Debug for GroupOperation[src]

impl Eq for GroupOperation[src]

impl FromPrimitive for GroupOperation[src]

impl Hash for GroupOperation[src]

impl Ord for GroupOperation[src]

impl PartialEq<GroupOperation> for GroupOperation[src]

impl PartialOrd<GroupOperation> for GroupOperation[src]

impl StructuralEq for GroupOperation[src]

impl StructuralPartialEq for GroupOperation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.