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