Type Alias cranelift_codegen_meta::cdsl::instructions::AllInstructions
source · pub(crate) type AllInstructions = Vec<Rc<InstructionContent>>;
Aliased Type§
struct AllInstructions {
buf: RawVec<Rc<InstructionContent>>,
len: usize,
}
Fields§
§buf: RawVec<Rc<InstructionContent>>
§len: usize