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