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