Struct ppapi::ArrayVarExperimental
[-]
[+]
[src]
pub struct ArrayVar(_);
pub struct ArrayVar(_);
impl ArrayVarfn new() -> ArrayVarfn len(&self) -> usizefn resize(&self, new_len: usize) -> boolfn get(&self, index: usize) -> AnyVarfn set<T: ToVar>(&self, index: usize, value: &T) -> boolfn iter<'a>(&'a self) -> ArrayVarIter<'a>impl Drop for ArrayVarfn drop(&mut self)impl Clone for ArrayVarfn clone(&self) -> ArrayVarfn clone_from(&mut self, source: &Self)impl Var for ArrayVarfn is_an_array(&self) -> boolfn is_null(&self) -> boolfn is_undefined(&self) -> boolfn is_a_bool(&self) -> boolfn is_an_i32(&self) -> boolfn is_a_f64(&self) -> boolfn is_a_string(&self) -> boolfn is_an_object(&self) -> boolfn is_a_dictionary(&self) -> boolfn is_an_array_buffer(&self) -> boolfn is_a_resource(&self) -> boolimpl FromVar for ArrayVarimpl ToVar for ArrayVarimpl ByRefVar for ArrayVarimpl Show for ArrayVarimpl<__S: Writer + Hasher> Hash<__S> for ArrayVarfn hash(&self, __arg_0: &mut __S)impl PartialEq for ArrayVarimpl Eq for ArrayVarfn assert_receiver_is_total_eq(&self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).