Struct mcpat_sys::system_mem [] [src]

#[repr(C)]
pub struct system_mem { pub mem_tech_node: c_int, pub device_clock: c_int, pub peak_transfer_rate: c_int, pub internal_prefetch_of_DRAM_chip: c_int, pub capacity_per_channel: c_int, pub number_ranks: c_int, pub num_banks_of_DRAM_chip: c_int, pub Block_width_of_DRAM_chip: c_int, pub output_width_of_DRAM_chip: c_int, pub page_size_of_DRAM_chip: c_int, pub burstlength_of_DRAM_chip: c_int, pub memory_accesses: c_double, pub memory_reads: c_double, pub memory_writes: c_double, }

Fields

Trait Implementations

impl Clone for system_mem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for system_mem
[src]

impl Debug for system_mem
[src]

Formats the value using the given formatter.