Type Alias moa_core::TransmutableBox

source ·
pub type TransmutableBox = Rc<RefCell<Box<dyn Transmutable>>>;

Aliased Type§

struct TransmutableBox {
    ptr: NonNull<RcBox<RefCell<Box<dyn Transmutable>>>>,
    phantom: PhantomData<RcBox<RefCell<Box<dyn Transmutable>>>>,
    alloc: Global,
}

Fields§

§ptr: NonNull<RcBox<RefCell<Box<dyn Transmutable>>>>§phantom: PhantomData<RcBox<RefCell<Box<dyn Transmutable>>>>§alloc: Global