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