Struct mcpat_sys::system_niu [] [src]

#[repr(C)]
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

Trait Implementations

impl Clone for system_niu
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for system_niu
[src]

impl Debug for system_niu
[src]

Formats the value using the given formatter.