Struct i3status_rs::RenderedBlock
source · pub struct RenderedBlock {
pub segments: Vec<I3BarBlock>,
pub merge_with_next: bool,
}Fields§
§segments: Vec<I3BarBlock>§merge_with_next: boolTrait Implementations§
source§impl Clone for RenderedBlock
impl Clone for RenderedBlock
source§fn clone(&self) -> RenderedBlock
fn clone(&self) -> RenderedBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more