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