Struct mozjs::jsapi::HandleValueArray
[−]
[src]
#[repr(C)]pub struct HandleValueArray { pub length_: usize, pub elements_: *const Value, }
A handle to an array of rooted values.
Fields
length_: usize
elements_: *const Value
Methods
impl HandleValueArray
[src]
pub fn new() -> HandleValueArray
[src]
pub unsafe fn from_rooted_slice(values: &[Value]) -> HandleValueArray
[src]
Trait Implementations
impl Debug for HandleValueArray
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more