pub struct Plotarrow {Show 13 fields
pub series: f64,
pub title: String,
pub colorup: Option<Color>,
pub colordown: Option<Color>,
pub offset: f64,
pub minheight: f64,
pub maxheight: f64,
pub editable: bool,
pub show_last: Option<f64>,
pub display: String,
pub format: Option<String>,
pub precision: Option<f64>,
pub force_overlay: bool,
}Expand description
Represents a plotarrow output
Fields§
§series: f64§title: String§colorup: Option<Color>§colordown: Option<Color>§offset: f64§minheight: f64§maxheight: f64§editable: bool§show_last: Option<f64>§display: String§format: Option<String>§precision: Option<f64>§force_overlay: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Plotarrow
impl RefUnwindSafe for Plotarrow
impl Send for Plotarrow
impl Sync for Plotarrow
impl Unpin for Plotarrow
impl UnsafeUnpin for Plotarrow
impl UnwindSafe for Plotarrow
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