Enum parallel_disk_usage::visualizer::column_width_distribution::ColumnWidthDistribution [−][src]
pub enum ColumnWidthDistribution { Total { width: usize, }, Components { tree_column_max_width: usize, bar_column_width: usize, }, }
Expand description
Specify distribution and total number of characters/blocks can be placed in a line.
Variants
Specify total number of characters/blocks can be placed in a line.
Fields of Total
width: usize
Total number of characters/blocks can be placed in a line.
Specify (maximum) number of characters/blocks can be placed in a line for each individual component of the visualization.
Fields of Components
Implementations
Specify total number of characters/blocks can be placed in a line.
Specify maximum number of characters/blocks can be placed in a line for each individual component of the visualization.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ColumnWidthDistribution
impl Send for ColumnWidthDistribution
impl Sync for ColumnWidthDistribution
impl Unpin for ColumnWidthDistribution
impl UnwindSafe for ColumnWidthDistribution
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