pub struct WatMemory {
pub name: Option<String>,
}Expand description
Wat 内存
Fields§
§name: Option<String>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 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