pub struct VPSubOperationBuilder<'c, T0, T1, T2, T3, T4> { /* private fields */ }
Expand description
A builder for an intr.vp.sub
operation.
Implementations§
source§impl<'c> VPSubOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset>
impl<'c> VPSubOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset>
source§impl<'c, T1, T2, T3, T4> VPSubOperationBuilder<'c, Unset, T1, T2, T3, T4>
impl<'c, T1, T2, T3, T4> VPSubOperationBuilder<'c, Unset, T1, T2, T3, T4>
pub fn res( self, res: Type<'c> ) -> VPSubOperationBuilder<'c, Set, T1, T2, T3, T4>
source§impl<'c, T0, T2, T3, T4> VPSubOperationBuilder<'c, T0, Unset, T2, T3, T4>
impl<'c, T0, T2, T3, T4> VPSubOperationBuilder<'c, T0, Unset, T2, T3, T4>
pub fn lhs( self, lhs: Value<'c, '_> ) -> VPSubOperationBuilder<'c, T0, Set, T2, T3, T4>
source§impl<'c, T0, T1, T3, T4> VPSubOperationBuilder<'c, T0, T1, Unset, T3, T4>
impl<'c, T0, T1, T3, T4> VPSubOperationBuilder<'c, T0, T1, Unset, T3, T4>
pub fn rhs( self, rhs: Value<'c, '_> ) -> VPSubOperationBuilder<'c, T0, T1, Set, T3, T4>
source§impl<'c, T0, T1, T2, T4> VPSubOperationBuilder<'c, T0, T1, T2, Unset, T4>
impl<'c, T0, T1, T2, T4> VPSubOperationBuilder<'c, T0, T1, T2, Unset, T4>
pub fn mask( self, mask: Value<'c, '_> ) -> VPSubOperationBuilder<'c, T0, T1, T2, Set, T4>
source§impl<'c, T0, T1, T2, T3> VPSubOperationBuilder<'c, T0, T1, T2, T3, Unset>
impl<'c, T0, T1, T2, T3> VPSubOperationBuilder<'c, T0, T1, T2, T3, Unset>
pub fn evl( self, evl: Value<'c, '_> ) -> VPSubOperationBuilder<'c, T0, T1, T2, T3, Set>
source§impl<'c> VPSubOperationBuilder<'c, Set, Set, Set, Set, Set>
impl<'c> VPSubOperationBuilder<'c, Set, Set, Set, Set, Set>
pub fn build(self) -> VPSubOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1, T2, T3, T4> RefUnwindSafe for VPSubOperationBuilder<'c, T0, T1, T2, T3, T4>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
impl<'c, T0, T1, T2, T3, T4> !Send for VPSubOperationBuilder<'c, T0, T1, T2, T3, T4>
impl<'c, T0, T1, T2, T3, T4> !Sync for VPSubOperationBuilder<'c, T0, T1, T2, T3, T4>
impl<'c, T0, T1, T2, T3, T4> Unpin for VPSubOperationBuilder<'c, T0, T1, T2, T3, T4>
impl<'c, T0, T1, T2, T3, T4> UnwindSafe for VPSubOperationBuilder<'c, T0, T1, T2, T3, T4>
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