pub struct AffineStoreOperationBuilder<'c, T0, T1, T2> { /* private fields */ }
Expand description
A builder for a store
operation.
Implementations§
source§impl<'c> AffineStoreOperationBuilder<'c, Unset, Unset, Unset>
impl<'c> AffineStoreOperationBuilder<'c, Unset, Unset, Unset>
source§impl<'c, T1, T2> AffineStoreOperationBuilder<'c, Unset, T1, T2>
impl<'c, T1, T2> AffineStoreOperationBuilder<'c, Unset, T1, T2>
pub fn value( self, value: Value<'c, '_> ) -> AffineStoreOperationBuilder<'c, Set, T1, T2>
source§impl<'c, T0, T2> AffineStoreOperationBuilder<'c, T0, Unset, T2>
impl<'c, T0, T2> AffineStoreOperationBuilder<'c, T0, Unset, T2>
pub fn memref( self, memref: Value<'c, '_> ) -> AffineStoreOperationBuilder<'c, T0, Set, T2>
source§impl<'c, T0, T1> AffineStoreOperationBuilder<'c, T0, T1, Unset>
impl<'c, T0, T1> AffineStoreOperationBuilder<'c, T0, T1, Unset>
pub fn indices( self, indices: &[Value<'c, '_>] ) -> AffineStoreOperationBuilder<'c, T0, T1, Set>
source§impl<'c> AffineStoreOperationBuilder<'c, Set, Set, Set>
impl<'c> AffineStoreOperationBuilder<'c, Set, Set, Set>
pub fn build(self) -> AffineStoreOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1, T2> RefUnwindSafe for AffineStoreOperationBuilder<'c, T0, T1, T2>
impl<'c, T0, T1, T2> !Send for AffineStoreOperationBuilder<'c, T0, T1, T2>
impl<'c, T0, T1, T2> !Sync for AffineStoreOperationBuilder<'c, T0, T1, T2>
impl<'c, T0, T1, T2> Unpin for AffineStoreOperationBuilder<'c, T0, T1, T2>
impl<'c, T0, T1, T2> UnwindSafe for AffineStoreOperationBuilder<'c, T0, T1, T2>
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