#[repr(C)]pub struct system_mc {Show 20 fields
pub peak_transfer_rate: c_double,
pub number_mcs: c_int,
pub withPHY: c_char,
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_char,
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_char§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_char§vdd: c_double§power_gating_vcc: c_double§memory_accesses: c_double§memory_reads: c_double§memory_writes: c_doubleTrait Implementations§
Auto Trait Implementations§
impl Freeze for system_mc
impl RefUnwindSafe for system_mc
impl Send for system_mc
impl Sync for system_mc
impl Unpin for system_mc
impl UnwindSafe for system_mc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more