Struct libreda_lefdef::def_ast::ViaGeometry
source · pub struct ViaGeometry {
pub layer: String,
pub mask_num: Option<MaskNum>,
pub shape: RectOrPolygon,
}Expand description
Geometrical shapes of a via.
Fields§
§layer: StringName of the
mask_num: Option<MaskNum>Mask number.
shape: RectOrPolygonRectangle or polygon shape.
Trait Implementations§
source§impl Clone for ViaGeometry
impl Clone for ViaGeometry
source§fn clone(&self) -> ViaGeometry
fn clone(&self) -> ViaGeometry
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