Struct dynamo::ast::Mul [] [src]

pub struct Mul {
    pub items: Vec<MulVar>,
    pub ops: Vec<BinOp>,
}

Fields

Methods

impl Mul
[src]

Trait Implementations

impl Debug for Mul
[src]

Formats the value using the given formatter.

impl Clone for Mul
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more