Struct mcpat_sys::system_niu
[−]
[src]
pub struct system_niu { pub clockrate: c_int, pub number_units: c_int, pub kind: c_int, pub vdd: c_double, pub power_gating_vcc: c_double, pub duty_cycle: c_double, pub total_load_perc: c_double, }
Fields
clockrate: c_int
number_units: c_int
kind: c_int
vdd: c_double
power_gating_vcc: c_double
duty_cycle: c_double
total_load_perc: c_double
Trait Implementations
Derived Implementations
impl Debug for system_niu
[src]
impl Copy for system_niu
[src]
impl Clone for system_niu
[src]
fn clone(&self) -> system_niu
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more