Searched defs:FunctionControl (Results 1 – 1 of 1) sorted by relevance
9658 pub struct FunctionControl { struct9665 impl FunctionControl { implementation9667 fn parse(reader: &mut InstructionReader<'_>) -> Result<FunctionControl, ParseError> { in parse()