Struct mcpat_sys::system_pcie
[−]
[src]
pub struct system_pcie { pub clockrate: c_int, pub number_units: c_int, pub num_channels: c_int, pub kind: c_int, pub withPHY: c_bool, 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
num_channels: c_int
kind: c_int
withPHY: c_bool
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_pcie
[src]
impl Copy for system_pcie
[src]
impl Clone for system_pcie
[src]
fn clone(&self) -> system_pcie
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