Struct ppapi::NullVarExperimental
[-]
[+]
[src]
pub struct NullVar;
pub struct NullVar;
impl NullVar
impl Var for NullVar
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_a_dictionary(&self) -> bool
fn is_an_array_buffer(&self) -> bool
fn is_a_resource(&self) -> bool
impl FromVar for NullVar
impl ToVar for NullVar
impl Copy for NullVar
impl PartialEq for NullVar
impl Eq for NullVar
fn assert_receiver_is_total_eq(&self)
impl Clone for NullVar
fn clone(&self) -> NullVar
fn 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
).