pub struct ScalableMaskedSubFIntrOperationBuilder<'c, T0> { /* private fields */ }
Expand description
A builder for an intr.fsub
operation.
Implementations§
source§impl<'c> ScalableMaskedSubFIntrOperationBuilder<'c, Unset>
impl<'c> ScalableMaskedSubFIntrOperationBuilder<'c, Unset>
source§impl<'c> ScalableMaskedSubFIntrOperationBuilder<'c, Unset>
impl<'c> ScalableMaskedSubFIntrOperationBuilder<'c, Unset>
pub fn res( self, res: Type<'c> ) -> ScalableMaskedSubFIntrOperationBuilder<'c, Set>
source§impl<'c> ScalableMaskedSubFIntrOperationBuilder<'c, Set>
impl<'c> ScalableMaskedSubFIntrOperationBuilder<'c, Set>
pub fn build(self) -> ScalableMaskedSubFIntrOperation<'c>
Auto Trait Implementations§
impl<'c, T0> RefUnwindSafe for ScalableMaskedSubFIntrOperationBuilder<'c, T0>where
T0: RefUnwindSafe,
impl<'c, T0> !Send for ScalableMaskedSubFIntrOperationBuilder<'c, T0>
impl<'c, T0> !Sync for ScalableMaskedSubFIntrOperationBuilder<'c, T0>
impl<'c, T0> Unpin for ScalableMaskedSubFIntrOperationBuilder<'c, T0>where
T0: Unpin,
impl<'c, T0> UnwindSafe for ScalableMaskedSubFIntrOperationBuilder<'c, T0>where
T0: UnwindSafe,
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