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