Struct libreda_lefdef::lef_ast::SpacingTable
source · pub struct SpacingTable {
pub parallel_run_lengths: Vec<f64>,
pub widths: Vec<f64>,
pub spacings: Vec<Vec<f64>>,
}Expand description
SPACINGTABLE, spacing rules for a routing layer.
Fields§
§parallel_run_lengths: Vec<f64>Indices of the table columns.
widths: Vec<f64>Indices of the table rows.
spacings: Vec<Vec<f64>>Table values
Trait Implementations§
source§impl Clone for SpacingTable
impl Clone for SpacingTable
source§fn clone(&self) -> SpacingTable
fn clone(&self) -> SpacingTable
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 moresource§impl Debug for SpacingTable
impl Debug for SpacingTable
source§impl Default for SpacingTable
impl Default for SpacingTable
source§fn default() -> SpacingTable
fn default() -> SpacingTable
Returns the “default value” for a type. Read more