Struct go_vm::parser::ast::ReturnStmt
source · pub struct ReturnStmt {
pub ret: usize,
pub results: Vec<Expr, Global>,
}
Fields§
§ret: usize
§results: Vec<Expr, Global>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReturnStmt
impl !Send for ReturnStmt
impl !Sync for ReturnStmt
impl Unpin for ReturnStmt
impl UnwindSafe for ReturnStmt
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