Enum gnuplot::FillRegionType [] [src]

pub enum FillRegionType {
    Above,
    Below,
    Between,
}

An enumeration of possible fill regions

Variants

AboveBelowBetween

Trait Implementations

impl Clone for FillRegionType
[src]

fn clone(&self) -> FillRegionType

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