pub struct DebugInformation {
pub lang_tag: &'static str,
pub id: KernelId,
}Expand description
Extra debugging information about the compiled kernel.
Fields§
§lang_tag: &'static strThe language tag of the source..
id: KernelIdThe compilation id.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DebugInformation
impl !UnwindSafe for DebugInformation
impl Freeze for DebugInformation
impl Send for DebugInformation
impl Sync for DebugInformation
impl Unpin for DebugInformation
impl UnsafeUnpin for DebugInformation
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