Struct js::jsapi::JSErrorFormatString [] [src]

#[repr(C)]
pub struct JSErrorFormatString { pub name: *const c_char, pub format: *const c_char, pub argCount: u16, pub exnType: i16, }

Fields

The error message name in ASCII.

The error format string in ASCII.

The number of arguments to expand in the formatted error message.

One of the JSExnType constants above.

Trait Implementations

impl Debug for JSErrorFormatString
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSErrorFormatString
[src]

impl Clone for JSErrorFormatString
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more