Enum gnuplot::ArrowheadType [−][src]
pub enum ArrowheadType {
Open,
Closed,
Filled,
NoArrow,
}Expand description
An enumeration of possible arrow head styles
Variants
An arrow head shaped like a ‘V’
An arrow head shaped like an outlined triangle
An arrow head shaped like a filled triangle
No arrow head
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ArrowheadTypeimpl Send for ArrowheadTypeimpl Sync for ArrowheadTypeimpl Unpin for ArrowheadTypeimpl UnwindSafe for ArrowheadTypeBlanket Implementations
Mutably borrows from an owned value. Read more