pub struct Arrows { /* private fields */ }
Expand description
A set of arrows.
Implementations
sourceimpl Arrows
impl Arrows
pub fn new(origins: impl Into<PlotPoints>, tips: impl Into<PlotPoints>) -> Arrows
Auto Trait Implementations
impl !RefUnwindSafe for Arrows
impl !Send for Arrows
impl !Sync for Arrows
impl Unpin for Arrows
impl !UnwindSafe for Arrows
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more