pub struct ArcGenerator { /* private fields */ }Expand description
Generates SVG path d strings for arc segments (pie/doughnut slices).
Implementations§
Source§impl ArcGenerator
impl ArcGenerator
Auto Trait Implementations§
impl Freeze for ArcGenerator
impl RefUnwindSafe for ArcGenerator
impl Send for ArcGenerator
impl Sync for ArcGenerator
impl Unpin for ArcGenerator
impl UnsafeUnpin for ArcGenerator
impl UnwindSafe for ArcGenerator
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