Enum nannou::ui::text::Justify[][src]

pub enum Justify {
    Left,
    Center,
    Right,
}

A type used for referring to typographic alignment of Text.

Variants

Align text to the start of the bounding Rect's x axis.

Symmetrically align text along the y axis.

Align text to the end of the bounding Rect's x axis.

Trait Implementations

impl Clone for Justify
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Justify
[src]

Formats the value using the given formatter. Read more

impl Copy for Justify
[src]

impl Eq for Justify
[src]

impl PartialEq<Justify> for Justify
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Justify

impl Sync for Justify