Struct parallel_disk_usage::visualizer::proportion_bar::ProportionBarDisplay [−][src]
pub struct ProportionBarDisplay {
pub bar: ProportionBar,
pub align: BarAlignment,
}Expand description
Result of ProportionBar::display.
Fields
bar: ProportionBaralign: BarAlignmentTrait Implementations
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 ProportionBarDisplayimpl Send for ProportionBarDisplayimpl Sync for ProportionBarDisplayimpl Unpin for ProportionBarDisplayimpl UnwindSafe for ProportionBarDisplayBlanket 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