Enum spirv::enumerations::StorageClass [] [src]

pub enum StorageClass {
    UniformConstant,
    Input,
    Uniform,
    Output,
    WorkgroupLocal,
    WorkgroupGlobal,
    PrivateGlobal,
    Function,
    Generic,
    AtomicCounter,
    Image,
}

Variants

Trait Implementations

impl Debug for StorageClass
[src]

Formats the value using the given formatter.

impl Copy for StorageClass
[src]

impl Clone for StorageClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for StorageClass
[src]

impl PartialEq for StorageClass
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.