pub struct TasmAssembler {
pub bytecode: Vec<u8>,
/* private fields */
}Expand description
Assembles .tasm source code into BET VM bytecode.
Fields§
§bytecode: Vec<u8>Emitted bytecode
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TasmAssembler
impl RefUnwindSafe for TasmAssembler
impl Send for TasmAssembler
impl Sync for TasmAssembler
impl Unpin for TasmAssembler
impl UnsafeUnpin for TasmAssembler
impl UnwindSafe for TasmAssembler
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