Enum allegro_font::FontAlign [] [src]

pub enum FontAlign {
    Left,
    Centre,
    Right,
}

Variants

LeftCentreRight

Trait Implementations

impl Clone for FontAlign
[src]

fn clone(&self) -> FontAlign

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for FontAlign
[src]