Enum wasm_bindgen_backend::ast::ConstValue[][src]

pub enum ConstValue {
    BooleanLiteral(bool),
    FloatLiteral(f64),
    SignedIntegerLiteral(i64),
    UnsignedIntegerLiteral(u64),
    Null,
}

same as webidl::ast::ConstValue

Variants

Trait Implementations

impl Clone for ConstValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ConstValue

impl Sync for ConstValue