Struct simics_api_sys::bindings::arm_cpu_state
source · #[repr(C)]pub struct arm_cpu_state {
pub fmo_set: bool,
pub imo_set: bool,
pub irq_set: bool,
pub fiq_set: bool,
pub ns: bool,
pub el: c_int,
pub mpidr: uint32,
}
Expand description
The
The
The
Fields§
§fmo_set: bool
scr_el3.irq
imo_set: bool
§irq_set: bool
scr_el3.irq
fiq_set: bool
scr_el3.fiq
ns: bool
§el: c_int
§mpidr: uint32
Trait Implementations§
source§impl Clone for arm_cpu_state
impl Clone for arm_cpu_state
source§fn clone(&self) -> arm_cpu_state
fn clone(&self) -> arm_cpu_state
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_cpu_state
impl Debug for arm_cpu_state
source§impl Default for arm_cpu_state
impl Default for arm_cpu_state
source§fn default() -> arm_cpu_state
fn default() -> arm_cpu_state
Returns the “default value” for a type. Read more
source§impl Hash for arm_cpu_state
impl Hash for arm_cpu_state
source§impl Ord for arm_cpu_state
impl Ord for arm_cpu_state
source§fn cmp(&self, other: &arm_cpu_state) -> Ordering
fn cmp(&self, other: &arm_cpu_state) -> 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_cpu_state
impl PartialEq for arm_cpu_state
source§impl PartialOrd for arm_cpu_state
impl PartialOrd for arm_cpu_state
impl Copy for arm_cpu_state
impl Eq for arm_cpu_state
impl StructuralPartialEq for arm_cpu_state
Auto Trait Implementations§
impl Freeze for arm_cpu_state
impl RefUnwindSafe for arm_cpu_state
impl Send for arm_cpu_state
impl Sync for arm_cpu_state
impl Unpin for arm_cpu_state
impl UnwindSafe for arm_cpu_state
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
)