Struct ndk_sys::crash_detail_t
source · #[repr(C)]pub struct crash_detail_t { /* private fields */ }
Trait Implementations§
source§impl Clone for crash_detail_t
impl Clone for crash_detail_t
source§fn clone(&self) -> crash_detail_t
fn clone(&self) -> crash_detail_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 crash_detail_t
impl Debug for crash_detail_t
impl Copy for crash_detail_t
Auto Trait Implementations§
impl Freeze for crash_detail_t
impl RefUnwindSafe for crash_detail_t
impl Send for crash_detail_t
impl Sync for crash_detail_t
impl Unpin for crash_detail_t
impl UnwindSafe for crash_detail_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