Struct js::jsapi::HandleValueArray [] [src]

#[repr(C)]
pub struct HandleValueArray { pub length_: usize, pub elements_: *const Value, }

A handle to an array of rooted values.

Fields

Methods

impl HandleValueArray
[src]

[src]

[src]

Trait Implementations

impl Debug for HandleValueArray
[src]

[src]

Formats the value using the given formatter.

impl Copy for HandleValueArray
[src]

impl Clone for HandleValueArray
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more