pub struct WatMemory {
pub id: Option<String>,
pub span: Range<usize>,
}Expand description
A WebAssembly memory definition.
Fields§
§id: Option<String>Optional ID of the memory.
span: Range<usize>Span of the memory.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WatMemory
impl RefUnwindSafe for WatMemory
impl Send for WatMemory
impl Sync for WatMemory
impl Unpin for WatMemory
impl UnsafeUnpin for WatMemory
impl UnwindSafe for WatMemory
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