Struct limn_layout::LayoutVars [] [src]

pub struct LayoutVars {
    pub left: Variable,
    pub top: Variable,
    pub right: Variable,
    pub bottom: Variable,
    pub width: Variable,
    pub height: Variable,
}

A set of cassowary Variables representing the bounding rectangle of a layout.

Fields

Methods

impl LayoutVars
[src]

[src]

[src]

Returns the current inner state of this struct as an array

[src]

If a Variable matches one of the variables in this layout, return it's type

Trait Implementations

impl Debug for LayoutVars
[src]

[src]

Formats the value using the given formatter.

impl Copy for LayoutVars
[src]

impl Clone for LayoutVars
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl LayoutRef for LayoutVars
[src]

[src]

Returns a copy of the current LayoutVars