Struct wasm3_sys::M3ImportInfo
source · [−]Fields
moduleUtf8: *const c_char
fieldUtf8: *const c_char
Trait Implementations
sourceimpl Clone for M3ImportInfo
impl Clone for M3ImportInfo
sourcefn clone(&self) -> M3ImportInfo
fn clone(&self) -> M3ImportInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for M3ImportInfo
Auto Trait Implementations
impl RefUnwindSafe for M3ImportInfo
impl !Send for M3ImportInfo
impl !Sync for M3ImportInfo
impl Unpin for M3ImportInfo
impl UnwindSafe for M3ImportInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more