pub struct SLLI(_);
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 PartialEq<SLLI> for SLLI
impl PartialEq<SLLI> for SLLI
impl Copy for SLLI
impl Eq for SLLI
impl StructuralEq for SLLI
impl StructuralPartialEq for SLLI
Auto Trait Implementations§
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