Struct libreda_sta::models::ndlm_cell_delay::NDLMOutputLoad
source · pub struct NDLMOutputLoad {
load_capacitance: Capacitance,
}Expand description
Load capacitance.
Fields§
§load_capacitance: CapacitanceTrait Implementations§
source§impl Add<NDLMOutputLoad> for NDLMOutputLoad
impl Add<NDLMOutputLoad> for NDLMOutputLoad
source§impl Clone for NDLMOutputLoad
impl Clone for NDLMOutputLoad
source§fn clone(&self) -> NDLMOutputLoad
fn clone(&self) -> NDLMOutputLoad
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 NDLMOutputLoad
impl Debug for NDLMOutputLoad
source§impl Default for NDLMOutputLoad
impl Default for NDLMOutputLoad
source§fn default() -> NDLMOutputLoad
fn default() -> NDLMOutputLoad
Returns the “default value” for a type. Read more