pub struct AffineMinOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for a min
operation.
Implementations§
source§impl<'c> AffineMinOperationBuilder<'c, Unset, Unset>
impl<'c> AffineMinOperationBuilder<'c, Unset, Unset>
source§impl<'c, T1> AffineMinOperationBuilder<'c, Unset, T1>
impl<'c, T1> AffineMinOperationBuilder<'c, Unset, T1>
pub fn operands( self, operands: &[Value<'c, '_>] ) -> AffineMinOperationBuilder<'c, Set, T1>
source§impl<'c, T0> AffineMinOperationBuilder<'c, T0, Unset>
impl<'c, T0> AffineMinOperationBuilder<'c, T0, Unset>
pub fn map(self, map: Attribute<'c>) -> AffineMinOperationBuilder<'c, T0, Set>
source§impl<'c> AffineMinOperationBuilder<'c, Set, Set>
impl<'c> AffineMinOperationBuilder<'c, Set, Set>
pub fn build(self) -> AffineMinOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for AffineMinOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for AffineMinOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for AffineMinOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for AffineMinOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for AffineMinOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: 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