Struct act_lib::act_structs::FunctionAct
source · pub struct FunctionAct {
pub name: String,
pub params: Vec<ParamAct>,
pub body_start: u32,
}Fields§
§name: String§params: Vec<ParamAct>§body_start: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FunctionAct
impl Send for FunctionAct
impl Sync for FunctionAct
impl Unpin for FunctionAct
impl UnwindSafe for FunctionAct
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