Struct libreda_sta::liberty_library::LuTableTemplate
source · struct LuTableTemplate {
var1: String,
var2: Option<String>,
size: (usize, usize),
}Expand description
Template for lookup-tables.
Fields§
§var1: StringName of the first variable.
var2: Option<String>Name of the second variable (if defined).
size: (usize, usize)Dimension of the table.
Trait Implementations§
source§impl Clone for LuTableTemplate
impl Clone for LuTableTemplate
source§fn clone(&self) -> LuTableTemplate
fn clone(&self) -> LuTableTemplate
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