Struct spirv_cross::spirv::SpecializationConstant[][src]

pub struct SpecializationConstant {
    pub id: u32,
    pub constant_id: u32,
}

Specialization constant reference.

Fields

Trait Implementations

impl Copy for SpecializationConstant
[src]

impl Clone for SpecializationConstant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SpecializationConstant
[src]

Formats the value using the given formatter. Read more

impl Hash for SpecializationConstant
[src]

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

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

impl Eq for SpecializationConstant
[src]

impl PartialEq for SpecializationConstant
[src]

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

This method tests for !=.

Auto Trait Implementations