Struct mozjs::jsapi::Runtime
[−]
[src]
#[repr(C)]pub struct Runtime { pub heapState_: HeapState, pub gcStoreBufferPtr_: *mut StoreBuffer, }
Fields
heapState_: HeapState
gcStoreBufferPtr_: *mut StoreBuffer
Trait Implementations
impl Debug for Runtime
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more