pub struct LabelMeta {
pub letter: char,
pub primes: u8,
pub index: Option<u16>,
}
Expand description
Meta info about a point.
Fields§
§letter: char
The letter of a point.
primes: u8
The count of '
in the point’s name.
index: Option<u16>
The point index.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LabelMeta
impl Send for LabelMeta
impl Sync for LabelMeta
impl Unpin for LabelMeta
impl UnwindSafe for LabelMeta
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