pub enum BarStyle {
Dots,
Blocks,
}Expand description
How bar marks are filled. Dots (the house style) rasterize bars through the pixel canvas at 4 vertical levels per cell; blocks give a solid silhouette with finer 8-levels-per-cell caps.
Variants§
Trait Implementations§
impl Copy for BarStyle
impl Eq for BarStyle
impl StructuralPartialEq for BarStyle
Auto Trait Implementations§
impl Freeze for BarStyle
impl RefUnwindSafe for BarStyle
impl Send for BarStyle
impl Sync for BarStyle
impl Unpin for BarStyle
impl UnsafeUnpin for BarStyle
impl UnwindSafe for BarStyle
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