pub struct InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, A1> { /* private fields */ }Expand description
A builder for an insert_strided_slice operation.
Implementations§
Source§impl<'c> InsertStridedSliceOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset>
impl<'c> InsertStridedSliceOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset>
Source§impl<'c, O0, O1, A0, A1> InsertStridedSliceOperationBuilder<'c, Unset, O0, O1, A0, A1>
impl<'c, O0, O1, A0, A1> InsertStridedSliceOperationBuilder<'c, Unset, O0, O1, A0, A1>
pub fn result( self, result: Type<'c>, ) -> InsertStridedSliceOperationBuilder<'c, Set, O0, O1, A0, A1>
Source§impl<'c, T0, O1, A0, A1> InsertStridedSliceOperationBuilder<'c, T0, Unset, O1, A0, A1>
impl<'c, T0, O1, A0, A1> InsertStridedSliceOperationBuilder<'c, T0, Unset, O1, A0, A1>
pub fn value_to_store( self, value_to_store: Value<'c, '_>, ) -> InsertStridedSliceOperationBuilder<'c, T0, Set, O1, A0, A1>
Source§impl<'c, T0, A0, A1> InsertStridedSliceOperationBuilder<'c, T0, Set, Unset, A0, A1>
impl<'c, T0, A0, A1> InsertStridedSliceOperationBuilder<'c, T0, Set, Unset, A0, A1>
pub fn dest( self, dest: Value<'c, '_>, ) -> InsertStridedSliceOperationBuilder<'c, T0, Set, Set, A0, A1>
Source§impl<'c, T0, O0, O1, A1> InsertStridedSliceOperationBuilder<'c, T0, O0, O1, Unset, A1>
impl<'c, T0, O0, O1, A1> InsertStridedSliceOperationBuilder<'c, T0, O0, O1, Unset, A1>
pub fn offsets( self, offsets: ArrayAttribute<'c>, ) -> InsertStridedSliceOperationBuilder<'c, T0, O0, O1, Set, A1>
Source§impl<'c, T0, O0, O1, A0> InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, Unset>
impl<'c, T0, O0, O1, A0> InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, Unset>
pub fn strides( self, strides: ArrayAttribute<'c>, ) -> InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, Set>
Source§impl<'c> InsertStridedSliceOperationBuilder<'c, Set, Set, Set, Set, Set>
impl<'c> InsertStridedSliceOperationBuilder<'c, Set, Set, Set, Set, Set>
pub fn build(self) -> InsertStridedSliceOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0, O1, A0, A1> Freeze for InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, A1>
impl<'c, T0, O0, O1, A0, A1> RefUnwindSafe for InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, A1>where
T0: RefUnwindSafe,
O0: RefUnwindSafe,
O1: RefUnwindSafe,
A0: RefUnwindSafe,
A1: RefUnwindSafe,
impl<'c, T0, O0, O1, A0, A1> !Send for InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, A1>
impl<'c, T0, O0, O1, A0, A1> !Sync for InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, A1>
impl<'c, T0, O0, O1, A0, A1> Unpin for InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, A1>
impl<'c, T0, O0, O1, A0, A1> UnwindSafe for InsertStridedSliceOperationBuilder<'c, T0, O0, O1, A0, A1>
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