Struct mozjs::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
name: *const c_char
The error message name in ASCII.
format: *const c_char
The error format string in ASCII.
argCount: u16
The number of arguments to expand in the formatted error message.
exnType: i16
One of the JSExnType constants above.
Trait Implementations
impl Debug for JSErrorFormatString
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more