Struct rspirv::grammar::LogicalOperand [] [src]

pub struct LogicalOperand {
    pub kind: OperandKind,
    pub quantifier: OperandQuantifier,
}

Grammar for a SPIR-V logical operand.

Fields

The kind of this logical operand.

The repeat specification for this logical operand.

Trait Implementations

impl Debug for LogicalOperand
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for LogicalOperand
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for LogicalOperand
[src]

impl Hash for LogicalOperand
[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

Auto Trait Implementations