#[repr(u32)]pub enum arm_mem_instr_origin_t {
Instr_Normal_Arm = 0,
Instr_Unprivileged_Load = 1,
Instr_Unprivileged_Store = 2,
Instr_ldrex = 3,
Instr_strex = 4,
Instr_ldxp = 5,
Instr_stxp = 6,
Instr_At = 7,
Instr_Atomic = 8,
Instr_Cache_Maintenance = 9,
Instr_Count = 10,
}
Expand description
Variants§
Instr_Normal_Arm = 0
Normal load or store instructions
Instr_Unprivileged_Load = 1
Unprivileged memory access instructions.
Instr_Unprivileged_Store = 2
Unprivileged memory access instructions.
Instr_ldrex = 3
Other loads/stores or cache affecting instructions
Instr_strex = 4
Other loads/stores or cache affecting instructions
Instr_ldxp = 5
Other loads/stores or cache affecting instructions
Instr_stxp = 6
Other loads/stores or cache affecting instructions
Instr_At = 7
Address translation instruction
Instr_Atomic = 8
Atomic read-modify-write instructions
Instr_Cache_Maintenance = 9
Cache maintenance instructions
Instr_Count = 10
Number of different of enum values, not a value in itself.
Trait Implementations§
source§impl Clone for arm_mem_instr_origin_t
impl Clone for arm_mem_instr_origin_t
source§fn clone(&self) -> arm_mem_instr_origin_t
fn clone(&self) -> arm_mem_instr_origin_t
Returns a copy 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 arm_mem_instr_origin_t
impl Debug for arm_mem_instr_origin_t
source§impl Hash for arm_mem_instr_origin_t
impl Hash for arm_mem_instr_origin_t
source§impl Ord for arm_mem_instr_origin_t
impl Ord for arm_mem_instr_origin_t
source§fn cmp(&self, other: &arm_mem_instr_origin_t) -> Ordering
fn cmp(&self, other: &arm_mem_instr_origin_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for arm_mem_instr_origin_t
impl PartialEq for arm_mem_instr_origin_t
source§impl PartialOrd for arm_mem_instr_origin_t
impl PartialOrd for arm_mem_instr_origin_t
impl Copy for arm_mem_instr_origin_t
impl Eq for arm_mem_instr_origin_t
impl StructuralPartialEq for arm_mem_instr_origin_t
Auto Trait Implementations§
impl Freeze for arm_mem_instr_origin_t
impl RefUnwindSafe for arm_mem_instr_origin_t
impl Send for arm_mem_instr_origin_t
impl Sync for arm_mem_instr_origin_t
impl Unpin for arm_mem_instr_origin_t
impl UnwindSafe for arm_mem_instr_origin_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
Mutably borrows from an owned value. Read more
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)