Struct mozjs::jsapi::JSJitSetterCallArgs
[−]
[src]
#[repr(C)]pub struct JSJitSetterCallArgs { pub _base: MutableHandleValue, }
A class, expected to be passed by value, which represents the CallArgs for a JSJitSetterOp.
Fields
_base: MutableHandleValue
Methods
impl JSJitSetterCallArgs
[src]
pub fn get(&self, i: u32) -> HandleValue
[src]
Trait Implementations
impl Debug for JSJitSetterCallArgs
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more