Struct libreda_sta::graphviz::TimingGraphDotConfig
source · pub(crate) struct TimingGraphDotConfig {
pub include_delay_arcs: bool,
pub include_constraint_arcs: bool,
pub constraint_arc_color: String,
pub delay_arc_color: String,
}Fields§
§include_delay_arcs: bool§include_constraint_arcs: bool§constraint_arc_color: String§delay_arc_color: StringTrait Implementations§
source§impl Clone for TimingGraphDotConfig
impl Clone for TimingGraphDotConfig
source§fn clone(&self) -> TimingGraphDotConfig
fn clone(&self) -> TimingGraphDotConfig
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