Struct gfx::shade::core::OutputVar [] [src]

pub struct OutputVar {
    pub name: String,
    pub slot: u8,
    pub base_type: BaseType,
    pub container: ContainerType,
}

Target output variable.

Fields

Name of this output variable.

Output color target index.

Type of the output component.

"Scalarness" of this output.

Trait Implementations

impl Clone for OutputVar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl PartialEq<OutputVar> for OutputVar
[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 Debug for OutputVar
[src]

[src]

Formats the value using the given formatter.

impl Eq for OutputVar
[src]