Struct js::jsapi::HeapBase
[−]
[src]
pub struct HeapBase<T> { pub _phantom0: PhantomData<T>, }
Fields
_phantom0: PhantomData<T>
Trait Implementations
impl<T: Debug> Debug for HeapBase<T>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src][−]
Formats the value using the given formatter.