Enum gnuplot::ArrowheadType [−][src]
pub enum ArrowheadType {
Open,
Closed,
Filled,
NoArrow,
}An enumeration of possible arrow head styles
Variants
OpenAn arrow head shaped like a 'V'
ClosedAn arrow head shaped like an outlined triangle
FilledAn arrow head shaped like a filled triangle
NoArrowNo arrow head
Trait Implementations
impl Copy for ArrowheadType[src]
impl Copy for ArrowheadTypeimpl Clone for ArrowheadType[src]
impl Clone for ArrowheadTypefn clone(&self) -> ArrowheadType[src]
fn clone(&self) -> ArrowheadTypeReturns 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 ArrowheadType
impl Send for ArrowheadTypeimpl Sync for ArrowheadType
impl Sync for ArrowheadType