pub struct ExportEntry {
pub value: ExportValue,
pub export_count: AtomicU32,
}
Expand description
Entry in the export table
Fields§
§value: ExportValue
§export_count: AtomicU32
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ExportEntry
impl !RefUnwindSafe for ExportEntry
impl Send for ExportEntry
impl Sync for ExportEntry
impl Unpin for ExportEntry
impl !UnwindSafe for ExportEntry
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