pub struct ExportFunc {
pub interface: Option<String>,
pub name: String,
pub async_export_task_return_elem_index: Option<u32>,
pub args: Vec<Type>,
pub result: Option<Type>,
}Fields§
§interface: Option<String>§name: String§async_export_task_return_elem_index: Option<u32>§args: Vec<Type>§result: Option<Type>Auto Trait Implementations§
impl Freeze for ExportFunc
impl RefUnwindSafe for ExportFunc
impl Send for ExportFunc
impl Sync for ExportFunc
impl Unpin for ExportFunc
impl UnsafeUnpin for ExportFunc
impl UnwindSafe for ExportFunc
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