Struct unrest_tmp_syn::ExprRepeat [] [src]

pub struct ExprRepeat { /* fields omitted */ }

An array literal constructed from one repeated element.

For example, [1; 5]. The first expression is the element to be repeated; the second is the number of times to repeat it.

Trait Implementations

impl Clone for ExprRepeat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more