Struct ppapi::DictionaryVarExperimental
[-]
[+]
[src]
pub struct DictionaryVar(_);
pub struct DictionaryVar(_);
impl DictionaryVarfn new() -> DictionaryVarfn len(&self) -> usizefn has_key<T: ToVar>(&self, key: &T) -> boolfn get<T: ToVar>(&self, key: &T) -> AnyVarfn set<T: ToVar, V: ToVar>(&self, key: T, value: V) -> boolfn keys(&self) -> ArrayVarfn entries<'a>(&'a self) -> DictEntries<'a>impl Drop for DictionaryVarfn drop(&mut self)impl Clone for DictionaryVarfn clone(&self) -> DictionaryVarfn clone_from(&mut self, source: &Self)impl Var for DictionaryVarfn is_a_dictionary(&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_an_array(&self) -> boolfn is_an_array_buffer(&self) -> boolfn is_a_resource(&self) -> boolimpl FromVar for DictionaryVarfn from_var(var: PP_Var) -> Option<DictionaryVar>impl ToVar for DictionaryVarimpl ByRefVar for DictionaryVarimpl Show for DictionaryVarimpl<__S: Writer + Hasher> Hash<__S> for DictionaryVarfn hash(&self, __arg_0: &mut __S)impl PartialEq for DictionaryVarfn eq(&self, __arg_0: &DictionaryVar) -> boolfn ne(&self, __arg_0: &DictionaryVar) -> boolimpl Eq for DictionaryVarfn 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).