pub struct RegCompiler { /* private fields */ }Implementations§
Source§impl RegCompiler
impl RegCompiler
pub fn new() -> Self
pub fn compile_program(self, program: &ProgramData) -> RegChunk
Auto Trait Implementations§
impl Freeze for RegCompiler
impl !RefUnwindSafe for RegCompiler
impl !Send for RegCompiler
impl !Sync for RegCompiler
impl Unpin for RegCompiler
impl !UnwindSafe for RegCompiler
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