pub struct BarConfig {
pub colors: Option<Vec<Color>>,
pub color_cycle_delay: u64,
pub width: usize,
}Fields§
§colors: Option<Vec<Color>>§color_cycle_delay: u64§width: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BarConfig
impl RefUnwindSafe for BarConfig
impl Send for BarConfig
impl Sync for BarConfig
impl Unpin for BarConfig
impl UnwindSafe for BarConfig
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