pub struct Plotshape {Show 15 fields
pub series: f64,
pub title: String,
pub style: String,
pub location: String,
pub color: Option<Color>,
pub offset: f64,
pub text: String,
pub textcolor: Option<Color>,
pub editable: bool,
pub size: String,
pub show_last: Option<f64>,
pub display: String,
pub format: Option<String>,
pub precision: Option<f64>,
pub force_overlay: bool,
}Expand description
Represents a plotshape output
Fields§
§series: f64§title: String§style: String§location: String§color: Option<Color>§offset: f64§text: String§textcolor: Option<Color>§editable: bool§size: String§show_last: Option<f64>§display: String§format: Option<String>§precision: Option<f64>§force_overlay: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Plotshape
impl RefUnwindSafe for Plotshape
impl Send for Plotshape
impl Sync for Plotshape
impl Unpin for Plotshape
impl UnsafeUnpin for Plotshape
impl UnwindSafe for Plotshape
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