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
peak_transfer_rate: c_double
number_mcs: c_int
withPHY: c_bool
kind: c_int
duty_cycle: c_double
total_load_perc: c_double
mc_clock: c_int
llc_line_length: c_int
memory_channels_per_mc: c_int
number_ranks: c_int
req_window_size_per_channel: c_int
IO_buffer_size_per_channel: c_int
databus_width: c_int
addressbus_width: c_int
LVDS: c_bool
vdd: c_double
power_gating_vcc: c_double
memory_accesses: c_double
memory_reads: c_double
memory_writes: c_double
Trait Implementations
Derived Implementations
Formats the value using the given formatter.