Struct js::jsapi::JSJitMethodCallArgs [] [src]

#[repr(C)]
pub struct JSJitMethodCallArgs { pub _base: CallArgsBase<NoUsedRval>, }

A class, expected to be passed by reference, which represents the CallArgs for a JSJitMethodOp.

Fields

Methods

impl JSJitMethodCallArgs
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for JSJitMethodCallArgs
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSJitMethodCallArgs
[src]

impl Clone for JSJitMethodCallArgs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more