Struct binaryen_sys::BinaryenLiteral[][src]

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

Fields

Trait Implementations

impl Copy for BinaryenLiteral
[src]

impl Clone for BinaryenLiteral
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations