pub struct BarDesc {
pub width: f32,
pub label: String,
pub color: Color,
}Fields§
§width: f32§label: String§color: ColorTrait Implementations§
Source§impl BarDescArg for BarDesc
impl BarDescArg for BarDesc
fn as_bar_desc(&self) -> Vec<BarDesc>
fn as_single_bar_desc(&self) -> BarDesc
impl StructuralPartialEq for BarDesc
Auto Trait Implementations§
impl Freeze for BarDesc
impl RefUnwindSafe for BarDesc
impl Send for BarDesc
impl Sync for BarDesc
impl Unpin for BarDesc
impl UnwindSafe for BarDesc
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