pub struct CrashLogs { /* private fields */ }Available on crate feature
ffi only.Expand description
Opaque type that represents an iterator over Crash Logs.
The actual content of the structure can be accessed from this structure using the
crashlog_next function.
Auto Trait Implementations§
impl Freeze for CrashLogs
impl RefUnwindSafe for CrashLogs
impl Send for CrashLogs
impl Sync for CrashLogs
impl Unpin for CrashLogs
impl UnsafeUnpin for CrashLogs
impl UnwindSafe for CrashLogs
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