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>) -> Self
sourcepub fn tip_length(self, tip_length: f32) -> Self
pub fn tip_length(self, tip_length: f32) -> Self
Set the length of the arrow tips
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