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 Clone for ArrowheadType[src]
fn clone(&self) -> ArrowheadType
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