Struct binaryen_sys::BinaryenModuleAllocateAndWriteResult[][src]

#[repr(C)]
pub struct BinaryenModuleAllocateAndWriteResult { pub binary: *mut c_void, pub binaryBytes: usize, pub sourceMap: *mut c_char, }

Fields

Trait Implementations

impl Debug for BinaryenModuleAllocateAndWriteResult
[src]

Formats the value using the given formatter. Read more

impl Copy for BinaryenModuleAllocateAndWriteResult
[src]

impl Clone for BinaryenModuleAllocateAndWriteResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations