Struct mcpat_sys::system_mc [] [src]

#[repr(C)]
pub struct system_mc { pub peak_transfer_rate: c_double, pub number_mcs: c_int, pub withPHY: c_bool, pub kind: c_int, pub duty_cycle: c_double, pub total_load_perc: c_double, pub mc_clock: c_int, pub llc_line_length: c_int, pub memory_channels_per_mc: c_int, pub number_ranks: c_int, pub req_window_size_per_channel: c_int, pub IO_buffer_size_per_channel: c_int, pub databus_width: c_int, pub addressbus_width: c_int, pub LVDS: c_bool, pub vdd: c_double, pub power_gating_vcc: c_double, pub memory_accesses: c_double, pub memory_reads: c_double, pub memory_writes: c_double, }

Fields

Trait Implementations

impl Clone for system_mc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for system_mc
[src]

impl Debug for system_mc
[src]

Formats the value using the given formatter.