pub struct LuaWriter { /* private fields */ }Expand description
Emits IR as Lua source code.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LuaWriter
impl RefUnwindSafe for LuaWriter
impl Send for LuaWriter
impl Sync for LuaWriter
impl Unpin for LuaWriter
impl UnwindSafe for LuaWriter
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