#[repr(C)]pub struct __darwin_arm_exception_state {
pub __exception: u32,
pub __fsr: u32,
pub __far: u32,
}
Fields§
§__exception: u32
§__fsr: u32
§__far: u32
Trait Implementations§
source§impl Clone for __darwin_arm_exception_state
impl Clone for __darwin_arm_exception_state
source§fn clone(&self) -> __darwin_arm_exception_state
fn clone(&self) -> __darwin_arm_exception_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 __darwin_arm_exception_state
impl Debug for __darwin_arm_exception_state
impl Copy for __darwin_arm_exception_state
Auto Trait Implementations§
impl RefUnwindSafe for __darwin_arm_exception_state
impl Send for __darwin_arm_exception_state
impl Sync for __darwin_arm_exception_state
impl Unpin for __darwin_arm_exception_state
impl UnwindSafe for __darwin_arm_exception_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