Enum plotters_backend::text_anchor::HPos [−][src]
pub enum HPos { Left, Right, Center, }
Expand description
The horizontal position of the anchor point relative to the text.
Variants
Anchor point is on the left side of the text
Anchor point is on the right side of the text
Anchor point is in the horizontal center of the text
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HPos
impl UnwindSafe for HPos
Blanket Implementations
Mutably borrows from an owned value. Read more