Enum immi::HorizontalAlignment [] [src]

pub enum HorizontalAlignment {
    Center,
    Left,
    Right,
}

Describes a horizontal alignment.

Variants

Align in the middle.

Align left.

Align right.

Trait Implementations

impl Copy for HorizontalAlignment
[src]

impl Clone for HorizontalAlignment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HorizontalAlignment
[src]

Formats the value using the given formatter.

impl PartialEq for HorizontalAlignment
[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 HorizontalAlignment
[src]