Struct binaryen::ffi::BinaryenBufferSizes[][src]

#[repr(C)]
pub struct BinaryenBufferSizes { pub outputBytes: usize, pub sourceMapBytes: usize, }

Fields

Trait Implementations

impl Clone for BinaryenBufferSizes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BinaryenBufferSizes
[src]

Formats the value using the given formatter. Read more

impl Copy for BinaryenBufferSizes
[src]

Auto Trait Implementations