#[repr(C)]pub struct LoadArgs {
pub name: *mut c_char,
pub clone_wasm_binary: bool,
pub wasm_binary_freeable: bool,
pub no_resolve: bool,
}Fields§
§name: *mut c_char§clone_wasm_binary: bool§wasm_binary_freeable: bool§no_resolve: boolTrait Implementations§
Auto Trait Implementations§
impl !Send for LoadArgs
impl !Sync for LoadArgs
impl Freeze for LoadArgs
impl RefUnwindSafe for LoadArgs
impl Unpin for LoadArgs
impl UnsafeUnpin for LoadArgs
impl UnwindSafe for LoadArgs
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