pub struct ExportInst {
pub name: String,
pub value: ExternVal,
}
Fields§
§name: String
§value: ExternVal
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExportInst
impl RefUnwindSafe for ExportInst
impl Send for ExportInst
impl Sync for ExportInst
impl Unpin for ExportInst
impl UnwindSafe for ExportInst
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