#[repr(C)]pub struct predictor_systemcore {
pub prediction_width: c_int,
pub prediction_scheme: [c_char; 20],
pub predictor_size: c_int,
pub predictor_entries: c_int,
pub local_predictor_size: [c_int; 20],
pub local_predictor_entries: c_int,
pub global_predictor_entries: c_int,
pub global_predictor_bits: c_int,
pub chooser_predictor_entries: c_int,
pub chooser_predictor_bits: c_int,
pub predictor_accesses: c_double,
}Fields§
§prediction_width: c_int§prediction_scheme: [c_char; 20]§predictor_size: c_int§predictor_entries: c_int§local_predictor_size: [c_int; 20]§local_predictor_entries: c_int§global_predictor_entries: c_int§global_predictor_bits: c_int§chooser_predictor_entries: c_int§chooser_predictor_bits: c_int§predictor_accesses: c_doubleTrait Implementations§
Source§impl Clone for predictor_systemcore
impl Clone for predictor_systemcore
Source§fn clone(&self) -> predictor_systemcore
fn clone(&self) -> predictor_systemcore
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 predictor_systemcore
impl Debug for predictor_systemcore
impl Copy for predictor_systemcore
Auto Trait Implementations§
impl Freeze for predictor_systemcore
impl RefUnwindSafe for predictor_systemcore
impl Send for predictor_systemcore
impl Sync for predictor_systemcore
impl Unpin for predictor_systemcore
impl UnwindSafe for predictor_systemcore
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