Enum limn_layout::constraint::PaddableConstraint [] [src]

pub enum PaddableConstraint {
    AlignTop(Variable),
    AlignBottom(Variable),
    AlignLeft(Variable),
    AlignRight(Variable),
    AlignAbove(Variable),
    AlignBelow(Variable),
    AlignToLeftOf(Variable),
    AlignToRightOf(Variable),
    Above(Variable),
    Below(Variable),
    ToLeftOf(Variable),
    ToRightOf(Variable),
    BoundLeft(Variable),
    BoundTop(Variable),
    BoundRight(Variable),
    BoundBottom(Variable),
    BoundBy(LayoutVars),
    MatchLayout(LayoutVars),
    MatchWidth(Variable),
    MatchHeight(Variable),
}

Variants

Methods

impl PaddableConstraint
[src]

[src]

Trait Implementations

impl Debug for PaddableConstraint
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for PaddableConstraint
[src]

impl Clone for PaddableConstraint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more