Enum gnuplot::FillRegionType
[−]
[src]
pub enum FillRegionType {
Above,
Below,
Between,
}An enumeration of possible fill regions
Variants
AboveBelowBetweenTrait 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