Struct mlua::DebugSource
source · [−]pub struct DebugSource<'a> {
pub source: Option<&'a [u8]>,
pub short_src: Option<&'a [u8]>,
pub line_defined: i32,
pub last_line_defined: i32,
pub what: Option<&'a [u8]>,
}Fields
source: Option<&'a [u8]>short_src: Option<&'a [u8]>line_defined: i32last_line_defined: i32what: Option<&'a [u8]>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DebugSource<'a>
impl<'a> Send for DebugSource<'a>
impl<'a> Sync for DebugSource<'a>
impl<'a> Unpin for DebugSource<'a>
impl<'a> UnwindSafe for DebugSource<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more