Enum tcod::console::TextAlignment [] [src]

#[repr(C)]
pub enum TextAlignment { Left, Right, Center, }

Represents the text alignment in console instances.

Variants

Trait Implementations

impl Copy for TextAlignment
[src]

impl Clone for TextAlignment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more