Enum gnuplot::AlignType [] [src]

pub enum AlignType {
    AlignLeft,
    AlignRight,
    AlignCenter,
    AlignTop,
    AlignBottom,
}

An enumeration of possible text and label alignments

Variants

AlignLeftAlignRightAlignCenterAlignTopAlignBottom

Trait Implementations

impl Clone for AlignType
[src]

fn clone(&self) -> AlignType

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 AlignType
[src]