pub struct PolarWidget;Expand description
Polar diagram widget
Implementations§
Auto Trait Implementations§
impl Freeze for PolarWidget
impl RefUnwindSafe for PolarWidget
impl Send for PolarWidget
impl Sync for PolarWidget
impl Unpin for PolarWidget
impl UnsafeUnpin for PolarWidget
impl UnwindSafe for PolarWidget
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