Struct js::jsapi::JSJitGetterCallArgs [] [src]

#[repr(C)]
pub struct JSJitGetterCallArgs { pub _base: MutableHandleValue, }

A class, expected to be passed by value, which represents the CallArgs for a JSJitGetterOp.

Fields

Methods

impl JSJitGetterCallArgs
[src]

[src]

Trait Implementations

impl Debug for JSJitGetterCallArgs
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSJitGetterCallArgs
[src]

impl Clone for JSJitGetterCallArgs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more