pub struct SLLI(/* private fields */);
Expand description
Left shifts a register by an immediate value.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for SLLI
impl<'de> Deserialize<'de> for SLLI
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<SLLI> for Instruction
impl From<SLLI> for Instruction
source§impl FromWasmAbi for SLLI
impl FromWasmAbi for SLLI
source§impl IntoWasmAbi for SLLI
impl IntoWasmAbi for SLLI
source§impl LongRefFromWasmAbi for SLLI
impl LongRefFromWasmAbi for SLLI
source§impl OptionFromWasmAbi for SLLI
impl OptionFromWasmAbi for SLLI
source§impl OptionIntoWasmAbi for SLLI
impl OptionIntoWasmAbi for SLLI
source§impl RefFromWasmAbi for SLLI
impl RefFromWasmAbi for SLLI
source§impl RefMutFromWasmAbi for SLLI
impl RefMutFromWasmAbi for SLLI
source§impl TryFromJsValue for SLLI
impl TryFromJsValue for SLLI
source§impl VectorFromWasmAbi for SLLI
impl VectorFromWasmAbi for SLLI
source§impl VectorIntoWasmAbi for SLLI
impl VectorIntoWasmAbi for SLLI
impl Copy for SLLI
impl Eq for SLLI
impl StructuralPartialEq for SLLI
Auto Trait Implementations§
impl Freeze for SLLI
impl RefUnwindSafe for SLLI
impl Send for SLLI
impl Sync for SLLI
impl Unpin for SLLI
impl UnwindSafe for SLLI
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
.