pub struct PointMeta {
pub meta: Option<LabelMeta>,
pub display: bool,
}Expand description
A point in variable meta.
Fields§
§meta: Option<LabelMeta>A point meta is optional, since not every point has a letter.
display: boolWhether or not to display the point.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PointMeta
impl Send for PointMeta
impl Sync for PointMeta
impl Unpin for PointMeta
impl UnwindSafe for PointMeta
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