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