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 Copy for FillRegionTypeimpl Clone for FillRegionType[src]
impl Clone for FillRegionTypefn clone(&self) -> FillRegionType[src]
fn clone(&self) -> FillRegionTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for FillRegionType
impl Send for FillRegionTypeimpl Sync for FillRegionType
impl Sync for FillRegionType