pub struct MemInst {
pub ty: MemType,
pub data: Vec<u8>,
}
Fields§
§ty: MemType
§data: Vec<u8>
Implementations§
Auto Trait Implementations§
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