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