pub struct GM(/* private fields */);
Expand description
Get metadata from memory.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for GM
impl<'de> Deserialize<'de> for GM
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<GM> for Instruction
impl From<GM> for Instruction
source§impl FromWasmAbi for GM
impl FromWasmAbi for GM
source§impl IntoWasmAbi for GM
impl IntoWasmAbi for GM
source§impl LongRefFromWasmAbi for GM
impl LongRefFromWasmAbi for GM
source§impl OptionFromWasmAbi for GM
impl OptionFromWasmAbi for GM
source§impl OptionIntoWasmAbi for GM
impl OptionIntoWasmAbi for GM
source§impl RefFromWasmAbi for GM
impl RefFromWasmAbi for GM
source§impl RefMutFromWasmAbi for GM
impl RefMutFromWasmAbi for GM
source§impl TryFromJsValue for GM
impl TryFromJsValue for GM
source§impl VectorFromWasmAbi for GM
impl VectorFromWasmAbi for GM
source§impl VectorIntoWasmAbi for GM
impl VectorIntoWasmAbi for GM
impl Copy for GM
impl Eq for GM
impl StructuralPartialEq for GM
Auto Trait Implementations§
impl Freeze for GM
impl RefUnwindSafe for GM
impl Send for GM
impl Sync for GM
impl Unpin for GM
impl UnwindSafe for GM
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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
.