pub struct CrashLogContext { /* private fields */ }Available on crate feature
ffi only.Expand description
Crash Log Global Context.
Contains all the resources required by the Crash Log library.
It can be initialized using the crashlog_init function and freed using the
crashlog_deinit function.
Auto Trait Implementations§
impl Freeze for CrashLogContext
impl RefUnwindSafe for CrashLogContext
impl Send for CrashLogContext
impl Sync for CrashLogContext
impl Unpin for CrashLogContext
impl UnsafeUnpin for CrashLogContext
impl UnwindSafe for CrashLogContext
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