Enum tcod::console::TextAlignment
[−]
[src]
#[repr(C)]pub enum TextAlignment { Left, Right, Center, }
Represents the text alignment in console instances.
Variants
Left
Right
Center
Trait Implementations
impl Copy for TextAlignment
[src]
impl Clone for TextAlignment
[src]
fn clone(&self) -> TextAlignment
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