pub struct JasmRoot {
pub class: JasmClass,
}Expand description
JASM 根节点,表示整个 JASM 文件的 AST
Fields§
§class: JasmClass类定义
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JasmRoot
impl RefUnwindSafe for JasmRoot
impl Send for JasmRoot
impl Sync for JasmRoot
impl Unpin for JasmRoot
impl UnwindSafe for JasmRoot
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