pub struct Arrows { /* private fields */ }Expand description
A set of arrows.
Implementations§
Trait Implementations§
Source§impl PlotItem for Arrows
impl PlotItem for Arrows
fn shapes( &self, _ui: &mut Ui, transform: &ScreenTransform, shapes: &mut Vec<Shape>, )
fn initialize(&mut self, _x_range: RangeInclusive<f64>)
fn name(&self) -> &str
fn color(&self) -> Color32
fn highlight(&mut self)
fn highlighted(&self) -> bool
fn values(&self) -> Option<&Values>
fn bounds(&self) -> Bounds
Auto Trait Implementations§
impl Freeze for Arrows
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