Struct js::jsapi::JSFunctionSpecWithHelp [] [src]

#[repr(C)]
pub struct JSFunctionSpecWithHelp { pub name: *const c_char, pub call: JSNative, pub nargs: u16, pub flags: u16, pub jitInfo: *const JSJitInfo, pub usage: *const c_char, pub help: *const c_char, }

Fields

Trait Implementations

impl Debug for JSFunctionSpecWithHelp
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSFunctionSpecWithHelp
[src]

impl Clone for JSFunctionSpecWithHelp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more