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