#[repr(C)]pub struct system_L1Directory {Show 17 fields
pub Directory_type: c_int,
pub Dir_config: [c_double; 20],
pub buffer_sizes: [c_int; 20],
pub clockrate: c_int,
pub ports: [c_int; 20],
pub device_type: c_int,
pub cache_policy: c_int,
pub threeD_stack: [c_char; 20],
pub vdd: c_double,
pub power_gating_vcc: c_double,
pub total_accesses: c_double,
pub read_accesses: c_double,
pub write_accesses: c_double,
pub read_misses: c_double,
pub write_misses: c_double,
pub conflicts: c_double,
pub duty_cycle: c_double,
}Fields§
§Directory_type: c_int§Dir_config: [c_double; 20]§buffer_sizes: [c_int; 20]§clockrate: c_int§ports: [c_int; 20]§device_type: c_int§cache_policy: c_int§threeD_stack: [c_char; 20]§vdd: c_double§power_gating_vcc: c_double§total_accesses: c_double§read_accesses: c_double§write_accesses: c_double§read_misses: c_double§write_misses: c_double§conflicts: c_double§duty_cycle: c_doubleTrait Implementations§
Source§impl Clone for system_L1Directory
impl Clone for system_L1Directory
Source§fn clone(&self) -> system_L1Directory
fn clone(&self) -> system_L1Directory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for system_L1Directory
impl Debug for system_L1Directory
impl Copy for system_L1Directory
Auto Trait Implementations§
impl Freeze for system_L1Directory
impl RefUnwindSafe for system_L1Directory
impl Send for system_L1Directory
impl Sync for system_L1Directory
impl Unpin for system_L1Directory
impl UnwindSafe for system_L1Directory
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