Struct js::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

Trait Implementations

impl Debug for ScriptSourceInfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for ScriptSourceInfo
[src]

impl Clone for ScriptSourceInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more