pub struct PieLayout { /* private fields */ }Expand description
Computes pie layout angles from data values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PieLayout
impl RefUnwindSafe for PieLayout
impl Send for PieLayout
impl Sync for PieLayout
impl Unpin for PieLayout
impl UnsafeUnpin for PieLayout
impl UnwindSafe for PieLayout
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