pub struct TickMark {
pub position: f64,
pub value: f64,
pub label: String,
}Expand description
A single tick mark with its position and label.
Fields§
§position: f64§value: f64§label: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TickMark
impl RefUnwindSafe for TickMark
impl Send for TickMark
impl Sync for TickMark
impl Unpin for TickMark
impl UnsafeUnpin for TickMark
impl UnwindSafe for TickMark
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