Enum gnuplot::FillRegionType[][src]

pub enum FillRegionType {
    Above,
    Below,
    Between,
}

An enumeration of possible fill regions

Variants

Trait Implementations

impl Copy for FillRegionType
[src]

impl Clone for FillRegionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations