#[repr(u32)]pub enum instruction_fetch_mode_t {
Instruction_Fetch_None = 0,
Instruction_Fetch_Cache_Access_Trace = 1,
Instruction_Fetch_Trace = 2,
}
Expand description
The
The
The
Cell Context | |
Global Context | |
Cell Context | |
Global Context |
Variants§
Instruction_Fetch_None = 0
No instruction fetch sent to memory hierarchy
Instruction_Fetch_Cache_Access_Trace = 1
Memory hierarchy gets fetch for each cache line access
Instruction_Fetch_Trace = 2
Memory hierarchy gets fetch for each instruction fetch. Only x86/x86-64
Trait Implementations§
source§impl Clone for instruction_fetch_mode_t
impl Clone for instruction_fetch_mode_t
source§fn clone(&self) -> instruction_fetch_mode_t
fn clone(&self) -> instruction_fetch_mode_t
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for instruction_fetch_mode_t
impl Debug for instruction_fetch_mode_t
source§impl Hash for instruction_fetch_mode_t
impl Hash for instruction_fetch_mode_t
source§impl Ord for instruction_fetch_mode_t
impl Ord for instruction_fetch_mode_t
source§fn cmp(&self, other: &instruction_fetch_mode_t) -> Ordering
fn cmp(&self, other: &instruction_fetch_mode_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for instruction_fetch_mode_t
impl PartialEq for instruction_fetch_mode_t
source§impl PartialOrd for instruction_fetch_mode_t
impl PartialOrd for instruction_fetch_mode_t
impl Copy for instruction_fetch_mode_t
impl Eq for instruction_fetch_mode_t
impl StructuralPartialEq for instruction_fetch_mode_t
Auto Trait Implementations§
impl Freeze for instruction_fetch_mode_t
impl RefUnwindSafe for instruction_fetch_mode_t
impl Send for instruction_fetch_mode_t
impl Sync for instruction_fetch_mode_t
impl Unpin for instruction_fetch_mode_t
impl UnwindSafe for instruction_fetch_mode_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)