Struct mozjs::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
_base: MutableHandleValue
Methods
impl JSJitGetterCallArgs
[src]
pub fn rval(&self) -> MutableHandleValue
[src]
Trait Implementations
impl Debug for JSJitGetterCallArgs
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more