Struct js::jsapi::CodeSizes [] [src]

#[repr(C)]
pub struct CodeSizes { pub ion: usize, pub baseline: usize, pub regexp: usize, pub other: usize, pub unused: usize, pub dummy: c_int, }

Data for tracking JIT-code memory usage.

Fields

Trait Implementations

impl Debug for CodeSizes
[src]

[src]

Formats the value using the given formatter.

impl Copy for CodeSizes
[src]

impl Clone for CodeSizes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more