pub struct MemInfo {
pub width: u64,
pub size: u64,
pub idx_sizes: Vec<u64>,
}Expand description
Parameters for std memories
Fields§
§width: u64§size: u64§idx_sizes: Vec<u64>Auto Trait Implementations§
impl RefUnwindSafe for MemInfo
impl Send for MemInfo
impl Sync for MemInfo
impl Unpin for MemInfo
impl UnwindSafe for MemInfo
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