pub struct POPL(/* private fields */);
Expand description
Pop a bitmask-selected set of registers in range 16..40 to the stack.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for POPL
impl<'de> Deserialize<'de> for POPL
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<POPL> for Instruction
impl From<POPL> for Instruction
source§impl FromWasmAbi for POPL
impl FromWasmAbi for POPL
source§impl IntoWasmAbi for POPL
impl IntoWasmAbi for POPL
source§impl LongRefFromWasmAbi for POPL
impl LongRefFromWasmAbi for POPL
source§impl OptionFromWasmAbi for POPL
impl OptionFromWasmAbi for POPL
source§impl OptionIntoWasmAbi for POPL
impl OptionIntoWasmAbi for POPL
source§impl RefFromWasmAbi for POPL
impl RefFromWasmAbi for POPL
source§impl RefMutFromWasmAbi for POPL
impl RefMutFromWasmAbi for POPL
source§impl TryFromJsValue for POPL
impl TryFromJsValue for POPL
source§impl VectorFromWasmAbi for POPL
impl VectorFromWasmAbi for POPL
source§impl VectorIntoWasmAbi for POPL
impl VectorIntoWasmAbi for POPL
impl Copy for POPL
impl Eq for POPL
impl StructuralPartialEq for POPL
Auto Trait Implementations§
impl Freeze for POPL
impl RefUnwindSafe for POPL
impl Send for POPL
impl Sync for POPL
impl Unpin for POPL
impl UnwindSafe for POPL
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
.