pub struct InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, T4> { /* 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, T1, T2, T3, T4> InsertStridedSliceOperationBuilder<'c, Unset, T1, T2, T3, T4>
impl<'c, T1, T2, T3, T4> InsertStridedSliceOperationBuilder<'c, Unset, T1, T2, T3, T4>
pub fn res( self, res: Type<'c> ) -> InsertStridedSliceOperationBuilder<'c, Set, T1, T2, T3, T4>
source§impl<'c, T0, T2, T3, T4> InsertStridedSliceOperationBuilder<'c, T0, Unset, T2, T3, T4>
impl<'c, T0, T2, T3, T4> InsertStridedSliceOperationBuilder<'c, T0, Unset, T2, T3, T4>
pub fn source( self, source: Value<'c, '_> ) -> InsertStridedSliceOperationBuilder<'c, T0, Set, T2, T3, T4>
source§impl<'c, T0, T1, T3, T4> InsertStridedSliceOperationBuilder<'c, T0, T1, Unset, T3, T4>
impl<'c, T0, T1, T3, T4> InsertStridedSliceOperationBuilder<'c, T0, T1, Unset, T3, T4>
pub fn dest( self, dest: Value<'c, '_> ) -> InsertStridedSliceOperationBuilder<'c, T0, T1, Set, T3, T4>
source§impl<'c, T0, T1, T2, T4> InsertStridedSliceOperationBuilder<'c, T0, T1, T2, Unset, T4>
impl<'c, T0, T1, T2, T4> InsertStridedSliceOperationBuilder<'c, T0, T1, T2, Unset, T4>
pub fn offsets( self, offsets: ArrayAttribute<'c> ) -> InsertStridedSliceOperationBuilder<'c, T0, T1, T2, Set, T4>
source§impl<'c, T0, T1, T2, T3> InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, Unset>
impl<'c, T0, T1, T2, T3> InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, Unset>
pub fn strides( self, strides: ArrayAttribute<'c> ) -> InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, 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, T1, T2, T3, T4> RefUnwindSafe for InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, T4>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
impl<'c, T0, T1, T2, T3, T4> !Send for InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, T4>
impl<'c, T0, T1, T2, T3, T4> !Sync for InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, T4>
impl<'c, T0, T1, T2, T3, T4> Unpin for InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, T4>
impl<'c, T0, T1, T2, T3, T4> UnwindSafe for InsertStridedSliceOperationBuilder<'c, T0, T1, T2, T3, T4>
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