Struct binaryen::ffi::BinaryenLiteral[][src]

#[repr(C)]
pub struct BinaryenLiteral { pub type_: i32, pub __bindgen_anon_1: BinaryenLiteral__bindgen_ty_1, }

Fields

Trait Implementations

impl Clone for BinaryenLiteral
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BinaryenLiteral
[src]

impl From<Literal> for BinaryenLiteral
[src]

Performs the conversion.

Auto Trait Implementations