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