Struct ppapi::UndefinedVarExperimental
[-]
[+]
[src]
pub struct UndefinedVar;
pub struct UndefinedVar;
impl UndefinedVarfn new() -> UndefinedVarimpl Var for UndefinedVarfn is_undefined(&self) -> boolfn is_null(&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_a_dictionary(&self) -> boolfn is_an_array_buffer(&self) -> boolfn is_a_resource(&self) -> boolimpl FromVar for UndefinedVarfn from_var(var: PP_Var) -> Option<UndefinedVar>impl ToVar for UndefinedVarimpl Copy for UndefinedVarimpl PartialEq for UndefinedVarfn eq(&self, __arg_0: &UndefinedVar) -> boolfn ne(&self, __arg_0: &UndefinedVar) -> boolimpl Eq for UndefinedVarfn assert_receiver_is_total_eq(&self)impl Clone for UndefinedVarfn clone(&self) -> UndefinedVarfn clone_from(&mut self, source: &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).