Struct mozjs::jsapi::NotableClassInfo [] [src]

#[repr(C)]
pub struct NotableClassInfo { pub _base: ClassInfo, pub className_: *mut c_char, }

Holds data about a notable class (one whose combined object and shape instances use more than a certain amount of memory) so we can report it individually.

The only difference between this class and ClassInfo is that this class holds a copy of the filename.

Fields

Trait Implementations

impl Debug for NotableClassInfo
[src]

[src]

Formats the value using the given formatter. Read more