pub type StructRef = Rc<Struct>;

Aliased Type§

struct StructRef {
    ptr: NonNull<RcBox<Struct>>,
    phantom: PhantomData<RcBox<Struct>>,
    alloc: Global,
}

Fields§

§ptr: NonNull<RcBox<Struct>>§phantom: PhantomData<RcBox<Struct>>§alloc: Global