Struct dyon::ast::Vec4 [] [src]

pub struct Vec4 {
    pub args: Vec<Expression>,
    pub source_range: Range,
}

Fields

Methods

impl Vec4
[src]

Trait Implementations

impl Debug for Vec4
[src]

Formats the value using the given formatter.

impl Clone for Vec4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more