pub struct SLL(_);
Expand description
Left shifts a register by a register.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for SLL
impl<'de> Deserialize<'de> for SLL
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<SLL> for Instruction
impl From<SLL> for Instruction
impl Copy for SLL
impl Eq for SLL
impl StructuralEq for SLL
impl StructuralPartialEq for SLL
Auto Trait Implementations§
impl RefUnwindSafe for SLL
impl Send for SLL
impl Sync for SLL
impl Unpin for SLL
impl UnwindSafe for SLL
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