Struct ppapi::ArrayVarExperimental [-]  [+] [src]

pub struct ArrayVar(_);

Methods

impl ArrayVar

fn new() -> ArrayVar

fn len(&self) -> usize

fn resize(&self, new_len: usize) -> bool

fn get(&self, index: usize) -> AnyVar

fn set<T: ToVar>(&self, index: usize, value: &T) -> bool

fn iter<'a>(&'a self) -> ArrayVarIter<'a>

Trait Implementations

impl Drop for ArrayVar

fn drop(&mut self)

impl Clone for ArrayVar

fn clone(&self) -> ArrayVar

fn clone_from(&mut self, source: &Self)

impl Var for ArrayVar

fn is_an_array(&self) -> bool

fn is_null(&self) -> bool

fn is_undefined(&self) -> bool

fn is_a_bool(&self) -> bool

fn is_an_i32(&self) -> bool

fn is_a_f64(&self) -> bool

fn is_a_string(&self) -> bool

fn is_an_object(&self) -> bool

fn is_a_dictionary(&self) -> bool

fn is_an_array_buffer(&self) -> bool

fn is_a_resource(&self) -> bool

impl FromVar for ArrayVar

fn from_var(var: PP_Var) -> Option<ArrayVar>

impl ToVar for ArrayVar

fn to_var(&self) -> PP_Var

fn to_any(&self) -> AnyVar

impl ByRefVar for ArrayVar

fn get_id(&self) -> i64

Derived Implementations

impl Show for ArrayVar

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<__S: Writer + Hasher> Hash<__S> for ArrayVar

fn hash(&self, __arg_0: &mut __S)

impl PartialEq for ArrayVar

fn eq(&self, __arg_0: &ArrayVar) -> bool

fn ne(&self, __arg_0: &ArrayVar) -> bool

impl Eq for ArrayVar

fn assert_receiver_is_total_eq(&self)