Enum prototty_common::Alignment [] [src]

pub enum Alignment {
    TopLeft,
    Centre,
    BottomRight,
}

Variants

Trait Implementations

impl Debug for Alignment
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Alignment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Alignment
[src]

Auto Trait Implementations

impl Send for Alignment

impl Sync for Alignment