Struct js::jsapi::JSTypedMethodJitInfo [] [src]

#[repr(C)]
pub struct JSTypedMethodJitInfo { pub base: JSJitInfo, pub argTypes: *const JSJitInfo_ArgType, }

Fields

Trait Implementations

impl Debug for JSTypedMethodJitInfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSTypedMethodJitInfo
[src]

impl Clone for JSTypedMethodJitInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more