Enum immi::VerticalAlignment [] [src]

pub enum VerticalAlignment {
    Center,
    Top,
    Bottom,
}

Describes a vertical alignment.

Variants

Align in the middle.

Align top.

Align bottom.

Trait Implementations

impl Copy for VerticalAlignment
[src]

impl Clone for VerticalAlignment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VerticalAlignment
[src]

Formats the value using the given formatter.

impl PartialEq for VerticalAlignment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VerticalAlignment
[src]