pub struct GaiaAssembler { /* private fields */ }Expand description
Gaia 编译器
Implementations§
Source§impl GaiaAssembler
impl GaiaAssembler
Sourcepub fn compile(
&self,
program: &GaiaProgram,
target: &CompilationTarget,
) -> Result<GeneratedFiles>
pub fn compile( &self, program: &GaiaProgram, target: &CompilationTarget, ) -> Result<GeneratedFiles>
编译 Gaia 程序到指定目标
Auto Trait Implementations§
impl Freeze for GaiaAssembler
impl !RefUnwindSafe for GaiaAssembler
impl !Send for GaiaAssembler
impl !Sync for GaiaAssembler
impl Unpin for GaiaAssembler
impl !UnwindSafe for GaiaAssembler
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