pub struct Xshr32S {
pub operands: BinaryOperands<XReg>,
}
Expand description
low32(dst) = low32(src1) >> low5(src2)
Fields§
§operands: BinaryOperands<XReg>
Implementations§
Trait Implementations§
impl Copy for Xshr32S
impl Eq for Xshr32S
impl StructuralPartialEq for Xshr32S
Auto Trait Implementations§
impl Freeze for Xshr32S
impl RefUnwindSafe for Xshr32S
impl Send for Xshr32S
impl Sync for Xshr32S
impl Unpin for Xshr32S
impl UnwindSafe for Xshr32S
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