Struct js::jsapi::JSNativeWrapper [] [src]

#[repr(C)]
pub struct JSNativeWrapper { pub op: JSNative, pub info: *const JSJitInfo, }

Wrapper to relace JSNative for JSPropertySpecs and JSFunctionSpecs. This will allow us to pass one JSJitInfo per function with the property/function spec, without additional field overhead.

Fields

Trait Implementations

impl Debug for JSNativeWrapper
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSNativeWrapper
[src]

impl Clone for JSNativeWrapper
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more