pub struct LuacBuilder { /* private fields */ }Expand description
PycProgram 的构建器
Implementations§
Source§impl LuacBuilder
impl LuacBuilder
pub fn new() -> Self
pub fn build(self, header: LuacHeader) -> LuaProgram
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LuacBuilder
impl RefUnwindSafe for LuacBuilder
impl Send for LuacBuilder
impl Sync for LuacBuilder
impl Unpin for LuacBuilder
impl UnwindSafe for LuacBuilder
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