Struct binaryen_sys::BinaryenModuleAllocateAndWriteResult [−][src]
#[repr(C)]pub struct BinaryenModuleAllocateAndWriteResult { pub binary: *mut c_void, pub binaryBytes: usize, pub sourceMap: *mut c_char, }
Fields
binary: *mut c_void
binaryBytes: usize
sourceMap: *mut c_char
Trait Implementations
impl Debug for BinaryenModuleAllocateAndWriteResult[src]
impl Debug for BinaryenModuleAllocateAndWriteResultfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for BinaryenModuleAllocateAndWriteResult[src]
impl Copy for BinaryenModuleAllocateAndWriteResultimpl Clone for BinaryenModuleAllocateAndWriteResult[src]
impl Clone for BinaryenModuleAllocateAndWriteResultAuto Trait Implementations
impl !Send for BinaryenModuleAllocateAndWriteResult
impl !Send for BinaryenModuleAllocateAndWriteResultimpl !Sync for BinaryenModuleAllocateAndWriteResult
impl !Sync for BinaryenModuleAllocateAndWriteResult