pub struct Point {
pub meta: Option<PointMeta>,
pub display: bool,
}Expand description
A point in variable meta.
Fields§
§meta: Option<PointMeta>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 Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
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