Enum gnuplot::FillRegionType
[−]
[src]
pub enum FillRegionType {
Above,
Below,
Between,
}An enumeration of possible fill regions
Variants
AboveBelowBetween
Trait Implementations
impl Copy for FillRegionType[src]
impl Clone for FillRegionType[src]
fn clone(&self) -> FillRegionType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more