pub struct ArcTable {
pub total_length: f32,
/* private fields */
}Expand description
Precomputed arc-length lookup table for uniform speed traversal.
Fields§
§total_length: f32Implementations§
Auto Trait Implementations§
impl Freeze for ArcTable
impl RefUnwindSafe for ArcTable
impl Send for ArcTable
impl Sync for ArcTable
impl Unpin for ArcTable
impl UnsafeUnpin for ArcTable
impl UnwindSafe for ArcTable
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