Struct mozjs::jsapi::HeapBase [] [src]

#[repr(C)]
pub struct HeapBase<T> { pub _phantom0: PhantomData<T>, }

Fields

Trait Implementations

impl<T: Debug> Debug for HeapBase<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Copy> Copy for HeapBase<T>
[src]

impl<T: Clone> Clone for HeapBase<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more