pub struct Arrows { /* private fields */ }Expand description
A set of arrows.
Implementations§
source§impl 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§
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