pub struct BoxWidth(pub f64);
Expand description
Box width for box-related plots: bars, candlesticks, etc
Tuple Fields§
§0: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxWidth
impl RefUnwindSafe for BoxWidth
impl Send for BoxWidth
impl Sync for BoxWidth
impl Unpin for BoxWidth
impl UnwindSafe for BoxWidth
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