pub struct ResolvedProgressBar {
pub fill: Rgba,
pub track: Rgba,
pub height: f32,
pub min_width: f32,
pub radius: f32,
}Expand description
Progress bar colors and geometry.
Fields§
§fill: Rgba§track: Rgba§height: f32§min_width: f32§radius: f32Trait Implementations§
Source§impl Clone for ResolvedProgressBar
impl Clone for ResolvedProgressBar
Source§fn clone(&self) -> ResolvedProgressBar
fn clone(&self) -> ResolvedProgressBar
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 ResolvedProgressBar
impl Debug for ResolvedProgressBar
Source§impl PartialEq for ResolvedProgressBar
impl PartialEq for ResolvedProgressBar
impl StructuralPartialEq for ResolvedProgressBar
Auto Trait Implementations§
impl Freeze for ResolvedProgressBar
impl RefUnwindSafe for ResolvedProgressBar
impl Send for ResolvedProgressBar
impl Sync for ResolvedProgressBar
impl Unpin for ResolvedProgressBar
impl UnsafeUnpin for ResolvedProgressBar
impl UnwindSafe for ResolvedProgressBar
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