Struct mach_sys::structs::arm::arm_thread_state32_t
source · #[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 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_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§fn eq(&self, other: &arm_thread_state32_t) -> bool
fn eq(&self, other: &arm_thread_state32_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for arm_thread_state32_t
impl PartialOrd for arm_thread_state32_t
source§fn partial_cmp(&self, other: &arm_thread_state32_t) -> Option<Ordering>
fn partial_cmp(&self, other: &arm_thread_state32_t) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for arm_thread_state32_t
impl Eq for arm_thread_state32_t
impl StructuralPartialEq for arm_thread_state32_t
Auto Trait Implementations§
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.