Struct mozjs::jsapi::ScriptSourceInfo
[−]
[src]
#[repr(C)]pub struct ScriptSourceInfo { pub misc: usize, pub numScripts: u32, }
This class holds information about the memory taken up by script sources from a particular file.
Fields
misc: usize
numScripts: u32
Trait Implementations
impl Debug for ScriptSourceInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more