Struct js::jsapi::Function [] [src]

#[repr(C)]
pub struct Function { pub base: Object, pub nargs: u16, pub flags: u16, pub native: JSNative, pub jitinfo: *const JSJitInfo, pub _1: *mut c_void, }

Fields

Trait Implementations

impl Debug for Function
[src]

[src]

Formats the value using the given formatter.

impl Copy for Function
[src]

impl Clone for Function
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more