Struct js::jsapi::JSErrorReport [] [src]

#[repr(C)]
pub struct JSErrorReport { pub linebuf_: *const c_ushort, pub linebufLength_: usize, pub tokenOffset_: usize, pub filename: *const c_char, pub lineno: c_uint, pub column: c_uint, pub isMuted: bool, pub flags: c_uint, pub errorNumber: c_uint, pub ucmessage: *const c_ushort, pub messageArgs: *mut *const c_ushort, pub exnType: i16, }

Fields

Methods

impl JSErrorReport
[src]

[src]

Trait Implementations

impl Debug for JSErrorReport
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSErrorReport
[src]

impl Clone for JSErrorReport
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more