#[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§
source§impl Clone for BinaryenModuleAllocateAndWriteResult
impl Clone for BinaryenModuleAllocateAndWriteResult
source§fn clone(&self) -> BinaryenModuleAllocateAndWriteResult
fn clone(&self) -> BinaryenModuleAllocateAndWriteResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for BinaryenModuleAllocateAndWriteResult
Auto Trait Implementations§
impl RefUnwindSafe for BinaryenModuleAllocateAndWriteResult
impl !Send for BinaryenModuleAllocateAndWriteResult
impl !Sync for BinaryenModuleAllocateAndWriteResult
impl Unpin for BinaryenModuleAllocateAndWriteResult
impl UnwindSafe for BinaryenModuleAllocateAndWriteResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more