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

pub struct UndefinedVar;

Methods

impl UndefinedVar

fn new() -> UndefinedVar

Trait Implementations

impl Var for UndefinedVar

fn is_undefined(&self) -> bool

fn is_null(&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 UndefinedVar

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

impl ToVar for UndefinedVar

fn to_var(&self) -> PP_Var

fn to_any(&self) -> AnyVar

Derived Implementations

impl Copy for UndefinedVar

impl PartialEq for UndefinedVar

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

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

impl Eq for UndefinedVar

fn assert_receiver_is_total_eq(&self)

impl Clone for UndefinedVar

fn clone(&self) -> UndefinedVar

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