Type Alias debris_llir::objects::obj_function::FunctionClassRef
source · pub type FunctionClassRef = Rc<FunctionClass>;Aliased Type§
struct FunctionClassRef {
ptr: NonNull<RcBox<FunctionClass>>,
phantom: PhantomData<RcBox<FunctionClass>>,
alloc: Global,
}Fields§
§ptr: NonNull<RcBox<FunctionClass>>§phantom: PhantomData<RcBox<FunctionClass>>§alloc: Global