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