pub struct Memory;
Expand description
Memory utilities
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for Memory
impl FromWasmAbi for Memory
Source§impl IntoWasmAbi for Memory
impl IntoWasmAbi for Memory
Source§impl LongRefFromWasmAbi for Memory
impl LongRefFromWasmAbi for Memory
Source§impl OptionFromWasmAbi for Memory
impl OptionFromWasmAbi for Memory
Source§impl OptionIntoWasmAbi for Memory
impl OptionIntoWasmAbi for Memory
Source§impl RefFromWasmAbi for Memory
impl RefFromWasmAbi for Memory
Source§impl RefMutFromWasmAbi for Memory
impl RefMutFromWasmAbi for Memory
Source§impl TryFromJsValue for Memory
impl TryFromJsValue for Memory
Source§impl VectorFromWasmAbi for Memory
impl VectorFromWasmAbi for Memory
Source§impl VectorIntoWasmAbi for Memory
impl VectorIntoWasmAbi for Memory
impl SupportsConstructor for Memory
impl SupportsInstanceProperty for Memory
impl SupportsStaticProperty for Memory
Auto Trait Implementations§
impl Freeze for Memory
impl RefUnwindSafe for Memory
impl Send for Memory
impl Sync for Memory
impl Unpin for Memory
impl UnwindSafe for Memory
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
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.