Enum swf_tree::avm1::actions::Value
[−]
[src]
pub enum Value { CString(String), F32(OrderedFloat<f32>), Null, Undefined, Register(u8), Boolean(bool), F64(OrderedFloat<f64>), I32(i32), Constant(u16), }
Variants
CString(String)
F32(OrderedFloat<f32>)
Null
Undefined
Register(u8)
Boolean(bool)
F64(OrderedFloat<f64>)
I32(i32)
Constant(u16)
Trait Implementations
impl Debug for Value
[src]
impl PartialEq for Value
[src]
fn eq(&self, __arg_0: &Value) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Value) -> bool
This method tests for !=
.