#[repr(C)]pub struct arm_unified_thread_state_t {
pub ash: arm_state_hdr_t,
pub uts: arm_unified_thread_state__bindgen_ty_1,
}Fields§
§ash: arm_state_hdr_t§uts: arm_unified_thread_state__bindgen_ty_1Implementations§
Source§impl arm_unified_thread_state_t
impl arm_unified_thread_state_t
pub const fn from_32(flavor: u32, ts_32: arm_thread_state32_t) -> Self
pub const fn from_64(flavor: u32, ts_64: arm_thread_state64_t) -> Self
Trait Implementations§
Source§impl Clone for arm_unified_thread_state_t
impl Clone for arm_unified_thread_state_t
Source§fn clone(&self) -> arm_unified_thread_state_t
fn clone(&self) -> arm_unified_thread_state_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 moreimpl Copy for arm_unified_thread_state_t
Auto Trait Implementations§
impl Freeze for arm_unified_thread_state_t
impl RefUnwindSafe for arm_unified_thread_state_t
impl Send for arm_unified_thread_state_t
impl Sync for arm_unified_thread_state_t
impl Unpin for arm_unified_thread_state_t
impl UnwindSafe for arm_unified_thread_state_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