pub struct Function<I>where
I: Instr,{
pub name: String,
pub labels: Vec<LabelledInstructions<I>>,
}Fields§
§name: String§labels: Vec<LabelledInstructions<I>>pub struct Function<I>where
I: Instr,{
pub name: String,
pub labels: Vec<LabelledInstructions<I>>,
}name: String§labels: Vec<LabelledInstructions<I>>