pub struct Plotchar {Show 15 fields
pub series: f64,
pub title: String,
pub char: 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 plotchar output
Fields§
§series: f64§title: String§char: 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 Plotchar
impl RefUnwindSafe for Plotchar
impl Send for Plotchar
impl Sync for Plotchar
impl Unpin for Plotchar
impl UnsafeUnpin for Plotchar
impl UnwindSafe for Plotchar
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