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