pub struct VPSMinOperationBuilder<'c, T0, O0, O1, O2, O3> { /* private fields */ }Expand description
A builder for an intr.vp.smin operation.
Implementations§
Source§impl<'c> VPSMinOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset>
impl<'c> VPSMinOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset>
Source§impl<'c, O0, O1, O2, O3> VPSMinOperationBuilder<'c, Unset, O0, O1, O2, O3>
impl<'c, O0, O1, O2, O3> VPSMinOperationBuilder<'c, Unset, O0, O1, O2, O3>
pub fn res( self, res: Type<'c>, ) -> VPSMinOperationBuilder<'c, Set, O0, O1, O2, O3>
Source§impl<'c, T0, O1, O2, O3> VPSMinOperationBuilder<'c, T0, Unset, O1, O2, O3>
impl<'c, T0, O1, O2, O3> VPSMinOperationBuilder<'c, T0, Unset, O1, O2, O3>
pub fn lhs( self, lhs: Value<'c, '_>, ) -> VPSMinOperationBuilder<'c, T0, Set, O1, O2, O3>
Source§impl<'c, T0, O2, O3> VPSMinOperationBuilder<'c, T0, Set, Unset, O2, O3>
impl<'c, T0, O2, O3> VPSMinOperationBuilder<'c, T0, Set, Unset, O2, O3>
pub fn rhs( self, rhs: Value<'c, '_>, ) -> VPSMinOperationBuilder<'c, T0, Set, Set, O2, O3>
Source§impl<'c, T0, O3> VPSMinOperationBuilder<'c, T0, Set, Set, Unset, O3>
impl<'c, T0, O3> VPSMinOperationBuilder<'c, T0, Set, Set, Unset, O3>
pub fn mask( self, mask: Value<'c, '_>, ) -> VPSMinOperationBuilder<'c, T0, Set, Set, Set, O3>
Source§impl<'c, T0> VPSMinOperationBuilder<'c, T0, Set, Set, Set, Unset>
impl<'c, T0> VPSMinOperationBuilder<'c, T0, Set, Set, Set, Unset>
pub fn evl( self, evl: Value<'c, '_>, ) -> VPSMinOperationBuilder<'c, T0, Set, Set, Set, Set>
Source§impl<'c> VPSMinOperationBuilder<'c, Set, Set, Set, Set, Set>
impl<'c> VPSMinOperationBuilder<'c, Set, Set, Set, Set, Set>
pub fn build(self) -> VPSMinOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0, O1, O2, O3> Freeze for VPSMinOperationBuilder<'c, T0, O0, O1, O2, O3>
impl<'c, T0, O0, O1, O2, O3> RefUnwindSafe for VPSMinOperationBuilder<'c, T0, O0, O1, O2, O3>where
T0: RefUnwindSafe,
O0: RefUnwindSafe,
O1: RefUnwindSafe,
O2: RefUnwindSafe,
O3: RefUnwindSafe,
impl<'c, T0, O0, O1, O2, O3> !Send for VPSMinOperationBuilder<'c, T0, O0, O1, O2, O3>
impl<'c, T0, O0, O1, O2, O3> !Sync for VPSMinOperationBuilder<'c, T0, O0, O1, O2, O3>
impl<'c, T0, O0, O1, O2, O3> Unpin for VPSMinOperationBuilder<'c, T0, O0, O1, O2, O3>
impl<'c, T0, O0, O1, O2, O3> UnwindSafe for VPSMinOperationBuilder<'c, T0, O0, O1, O2, O3>
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