Struct parallel_disk_usage::visualizer::proportion_bar::ProportionBar [−][src]
pub struct ProportionBar {
pub level0: usize,
pub level1: usize,
pub level2: usize,
pub level3: usize,
pub level4: usize,
}Expand description
Proportion bar.
Fields
level0: usizelevel1: usizelevel2: usizelevel3: usizelevel4: usizeImplementations
Create a displayable value.
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ProportionBar
impl Send for ProportionBar
impl Sync for ProportionBar
impl Unpin for ProportionBar
impl UnwindSafe for ProportionBar
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply f to self. Read more
Apply f to &self. Read more
Apply f to &mut self. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait AsRef<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait AsMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more