pub enum PointLabelPosition {
Top,
TopRight,
TopLeft,
Left,
Right,
Bottom,
BottomLeft,
BottomRight,
}
Expand description
PointLabelPosition contains available types of point label positions.
Variants§
Trait Implementations§
Source§impl Clone for PointLabelPosition
impl Clone for PointLabelPosition
Source§fn clone(&self) -> PointLabelPosition
fn clone(&self) -> PointLabelPosition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PointLabelPosition
impl Debug for PointLabelPosition
Source§impl PartialEq for PointLabelPosition
impl PartialEq for PointLabelPosition
Source§impl PartialOrd for PointLabelPosition
impl PartialOrd for PointLabelPosition
impl Copy for PointLabelPosition
impl StructuralPartialEq for PointLabelPosition
Auto Trait Implementations§
impl Freeze for PointLabelPosition
impl RefUnwindSafe for PointLabelPosition
impl Send for PointLabelPosition
impl Sync for PointLabelPosition
impl Unpin for PointLabelPosition
impl UnwindSafe for PointLabelPosition
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more