pub struct MemInst {
pub ty: MemType,
pub mem: LinearMemory,
}
Fields§
§ty: MemType
§mem: LinearMemory
Implementations§
Auto Trait Implementations§
impl !Freeze for MemInst
impl !RefUnwindSafe for MemInst
impl Send for MemInst
impl !Sync for MemInst
impl Unpin for MemInst
impl UnwindSafe for MemInst
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