pub struct VMObjects {
pub metas: PiggyVec<MetadataKey, MetadataType>,
pub functions: PiggyVec<FunctionKey, FunctionObj>,
pub packages: PiggyVec<PackageKey, PackageObj>,
pub prim_meta: PrimitiveMeta,
/* private fields */
}
Fields§
§metas: PiggyVec<MetadataKey, MetadataType>
§functions: PiggyVec<FunctionKey, FunctionObj>
§packages: PiggyVec<PackageKey, PackageObj>
§prim_meta: PrimitiveMeta
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for VMObjects
impl !Send for VMObjects
impl !Sync for VMObjects
impl Unpin for VMObjects
impl !UnwindSafe for VMObjects
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