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