Trait yksom::vm::val::NotUnboxable[][src]

pub trait NotUnboxable { }

Objects which impl this trait guarantee that they can only ever be stored boxed. Implementing this trait on objects which can be stored unboxed leads to undefined behaviour.

Implementors

impl NotUnboxable for ArbInt[src]

impl NotUnboxable for Block[src]

impl NotUnboxable for Class[src]

impl NotUnboxable for Double[src]

impl NotUnboxable for Inst[src]

impl NotUnboxable for Method[src]

impl NotUnboxable for MethodsArray[src]

impl NotUnboxable for NormalArray[src]

impl NotUnboxable for String_[src]

Loading content...