Enum rspirv::grammar::OperandQuantifier [] [src]

pub enum OperandQuantifier {
    One,
    ZeroOrOne,
    ZeroOrMore,
}

The repeat specification for a SPIR-V logical operand.

Variants

This operand appears exactly one time.

This operand can appear zero or one time.

This operand can appear zero or more times.

Trait Implementations

impl Clone for OperandQuantifier
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OperandQuantifier
[src]

impl Debug for OperandQuantifier
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OperandQuantifier
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for OperandQuantifier
[src]

impl Hash for OperandQuantifier
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more