#[repr(C)]pub struct arm_thread_state32_t {
pub __r: [u32; 13],
pub __sp: u32,
pub __lr: u32,
pub __pc: u32,
pub __cpsr: u32,
}Fields§
§__r: [u32; 13]§__sp: u32§__lr: u32§__pc: u32§__cpsr: u32Implementations§
Source§impl arm_thread_state32_t
impl arm_thread_state32_t
pub const fn new() -> Self
pub const fn count() -> mach_msg_type_number_t
Trait Implementations§
Source§impl Clone for arm_thread_state32_t
impl Clone for arm_thread_state32_t
Source§fn clone(&self) -> arm_thread_state32_t
fn clone(&self) -> arm_thread_state32_t
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 arm_thread_state32_t
impl Debug for arm_thread_state32_t
Source§impl Default for arm_thread_state32_t
impl Default for arm_thread_state32_t
Source§fn default() -> arm_thread_state32_t
fn default() -> arm_thread_state32_t
Returns the “default value” for a type. Read more
Source§impl Hash for arm_thread_state32_t
impl Hash for arm_thread_state32_t
Source§impl Ord for arm_thread_state32_t
impl Ord for arm_thread_state32_t
Source§fn cmp(&self, other: &arm_thread_state32_t) -> Ordering
fn cmp(&self, other: &arm_thread_state32_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_thread_state32_t
impl PartialEq for arm_thread_state32_t
Source§impl PartialOrd for arm_thread_state32_t
impl PartialOrd for arm_thread_state32_t
impl Copy for arm_thread_state32_t
impl Eq for arm_thread_state32_t
impl StructuralPartialEq for arm_thread_state32_t
Auto Trait Implementations§
impl Freeze for arm_thread_state32_t
impl RefUnwindSafe for arm_thread_state32_t
impl Send for arm_thread_state32_t
impl Sync for arm_thread_state32_t
impl Unpin for arm_thread_state32_t
impl UnwindSafe for arm_thread_state32_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