Struct mozjs::jsapi::JSTracer
[−]
[src]
#[repr(C)]pub struct JSTracer { pub runtime_: *mut JSRuntime, pub weakMapAction_: WeakMapTraceKind, pub tag_: JSTracer_TracerKindTag, }
Fields
runtime_: *mut JSRuntime
weakMapAction_: WeakMapTraceKind
tag_: JSTracer_TracerKindTag
Trait Implementations
impl Debug for JSTracer
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more