pub struct OwnedExportFunction {
pub fn_idx: FunctionIndex,
pub names: Vec<String>,
}Fields§
§fn_idx: FunctionIndex§names: Vec<String>Implementations§
Source§impl OwnedExportFunction
impl OwnedExportFunction
pub fn to_ref<'a>(&'a self) -> ExportFunction<'a>
Auto Trait Implementations§
impl Freeze for OwnedExportFunction
impl RefUnwindSafe for OwnedExportFunction
impl Send for OwnedExportFunction
impl Sync for OwnedExportFunction
impl Unpin for OwnedExportFunction
impl UnsafeUnpin for OwnedExportFunction
impl UnwindSafe for OwnedExportFunction
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