pub struct RenderOptions {
pub width: Option<usize>,
pub height: Option<usize>,
pub marker: Marker,
pub bar_style: BarStyle,
pub theme: Theme,
pub color: bool,
}Fields§
§width: Option<usize>Plot area width in cells; overrides spec.width.
height: Option<usize>Plot area height in cells; overrides spec.height.
marker: Marker§bar_style: BarStyle§theme: Theme§color: boolAuto Trait Implementations§
impl Freeze for RenderOptions
impl RefUnwindSafe for RenderOptions
impl Send for RenderOptions
impl Sync for RenderOptions
impl Unpin for RenderOptions
impl UnsafeUnpin for RenderOptions
impl UnwindSafe for RenderOptions
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