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