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