pub struct LineGaugeProps {
pub block: Option<BlockFrame>,
pub ratio: f64,
pub label: Option<Line>,
pub filled_symbol: String,
pub unfilled_symbol: String,
pub filled_style: Style,
pub unfilled_style: Style,
}Fields§
§block: Option<BlockFrame>§ratio: f64§label: Option<Line>§filled_symbol: String§unfilled_symbol: String§filled_style: Style§unfilled_style: StyleTrait Implementations§
Source§impl Clone for LineGaugeProps
impl Clone for LineGaugeProps
Source§fn clone(&self) -> LineGaugeProps
fn clone(&self) -> LineGaugeProps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LineGaugeProps
impl Debug for LineGaugeProps
Source§impl PartialEq for LineGaugeProps
impl PartialEq for LineGaugeProps
impl StructuralPartialEq for LineGaugeProps
Auto Trait Implementations§
impl Freeze for LineGaugeProps
impl RefUnwindSafe for LineGaugeProps
impl Send for LineGaugeProps
impl Sync for LineGaugeProps
impl Unpin for LineGaugeProps
impl UnsafeUnpin for LineGaugeProps
impl UnwindSafe for LineGaugeProps
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