pub struct ErfcOperationBuilder<'c, O0> { /* private fields */ }Expand description
A builder for an erfc operation.
Implementations§
Source§impl<'c> ErfcOperationBuilder<'c, Unset>
impl<'c> ErfcOperationBuilder<'c, Unset>
Source§impl<'c> ErfcOperationBuilder<'c, Unset>
impl<'c> ErfcOperationBuilder<'c, Unset>
pub fn operand(self, operand: Value<'c, '_>) -> ErfcOperationBuilder<'c, Set>
Source§impl<'c, O0> ErfcOperationBuilder<'c, O0>
impl<'c, O0> ErfcOperationBuilder<'c, O0>
pub fn fastmath(self, fastmath: Attribute<'c>) -> ErfcOperationBuilder<'c, O0>
Source§impl<'c> ErfcOperationBuilder<'c, Set>
impl<'c> ErfcOperationBuilder<'c, Set>
pub fn build(self) -> ErfcOperation<'c>
Auto Trait Implementations§
impl<'c, O0> Freeze for ErfcOperationBuilder<'c, O0>
impl<'c, O0> RefUnwindSafe for ErfcOperationBuilder<'c, O0>where
O0: RefUnwindSafe,
impl<'c, O0> !Send for ErfcOperationBuilder<'c, O0>
impl<'c, O0> !Sync for ErfcOperationBuilder<'c, O0>
impl<'c, O0> Unpin for ErfcOperationBuilder<'c, O0>where
O0: Unpin,
impl<'c, O0> UnwindSafe for ErfcOperationBuilder<'c, O0>where
O0: 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