Type Alias cranelift_codegen_meta::cdsl::instructions::Instruction
source · pub(crate) type Instruction = Rc<InstructionContent>;
Aliased Type§
struct Instruction {
ptr: NonNull<RcBox<InstructionContent>>,
phantom: PhantomData<RcBox<InstructionContent>>,
alloc: Global,
}
Fields§
§ptr: NonNull<RcBox<InstructionContent>>
§phantom: PhantomData<RcBox<InstructionContent>>
§alloc: Global