Enum gnuplot::AlignType[][src]

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

An enumeration of possible text and label alignments

Variants

Trait Implementations

impl Copy for AlignType
[src]

impl Clone for AlignType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AlignType

impl Sync for AlignType