Enum elmesque::element::Prim [] [src]

pub enum Prim {
    Image(ImageStylei32i32PathBuf),
    Container(PositionBox<Element>),
    Flow(DirectionVec<Element>),
    Collage(i32i32Vec<Form>),
    Cleared(ColorBox<Element>),
    Spacer,
}

The various kinds of Elements.

Variants

Trait Implementations

impl Clone for Prim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Prim
[src]

Formats the value using the given formatter.