Enum binaryen::Literal [] [src]

pub enum Literal {
    I32(u32),
    I64(u64),
    F32(f32),
    F64(f64),
}

Variants

Trait Implementations

impl Copy for Literal
[src]

impl Clone for Literal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Literal
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Literal
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.