#[repr(C)]pub struct swift_runtime_backtrace_CrashInfo {
pub crashing_thread: u64,
pub signal: u64,
pub fault_address: u64,
pub mctx: u64,
}
Fields§
§crashing_thread: u64
§signal: u64
§fault_address: u64
§mctx: u64
Trait Implementations§
Source§impl Clone for swift_runtime_backtrace_CrashInfo
impl Clone for swift_runtime_backtrace_CrashInfo
Source§fn clone(&self) -> swift_runtime_backtrace_CrashInfo
fn clone(&self) -> swift_runtime_backtrace_CrashInfo
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 swift_runtime_backtrace_CrashInfo
Auto Trait Implementations§
impl Freeze for swift_runtime_backtrace_CrashInfo
impl RefUnwindSafe for swift_runtime_backtrace_CrashInfo
impl Send for swift_runtime_backtrace_CrashInfo
impl Sync for swift_runtime_backtrace_CrashInfo
impl Unpin for swift_runtime_backtrace_CrashInfo
impl UnwindSafe for swift_runtime_backtrace_CrashInfo
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