pub struct LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4> { /* private fields */ }Expand description
A builder for a load_tile_slice operation.
Implementations§
Source§impl<'c> LoadTileSliceOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset, Unset>
impl<'c> LoadTileSliceOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset, Unset>
Source§impl<'c, O0, O1, O2, O3, O4> LoadTileSliceOperationBuilder<'c, Unset, O0, O1, O2, O3, O4>
impl<'c, O0, O1, O2, O3, O4> LoadTileSliceOperationBuilder<'c, Unset, O0, O1, O2, O3, O4>
pub fn result( self, result: Type<'c>, ) -> LoadTileSliceOperationBuilder<'c, Set, O0, O1, O2, O3, O4>
Source§impl<'c, T0, O1, O2, O3, O4> LoadTileSliceOperationBuilder<'c, T0, Unset, O1, O2, O3, O4>
impl<'c, T0, O1, O2, O3, O4> LoadTileSliceOperationBuilder<'c, T0, Unset, O1, O2, O3, O4>
pub fn base( self, base: Value<'c, '_>, ) -> LoadTileSliceOperationBuilder<'c, T0, Set, O1, O2, O3, O4>
Source§impl<'c, T0, O2, O3, O4> LoadTileSliceOperationBuilder<'c, T0, Set, Unset, O2, O3, O4>
impl<'c, T0, O2, O3, O4> LoadTileSliceOperationBuilder<'c, T0, Set, Unset, O2, O3, O4>
pub fn mask( self, mask: Value<'c, '_>, ) -> LoadTileSliceOperationBuilder<'c, T0, Set, Set, O2, O3, O4>
Source§impl<'c, T0, O3, O4> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Unset, O3, O4>
impl<'c, T0, O3, O4> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Unset, O3, O4>
pub fn tile( self, tile: Value<'c, '_>, ) -> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Set, O3, O4>
Source§impl<'c, T0, O4> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Set, Unset, O4>
impl<'c, T0, O4> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Set, Unset, O4>
pub fn indices( self, indices: &[Value<'c, '_>], ) -> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Set, Set, O4>
Source§impl<'c, T0> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Set, Set, Unset>
impl<'c, T0> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Set, Set, Unset>
pub fn tile_slice_index( self, tile_slice_index: Value<'c, '_>, ) -> LoadTileSliceOperationBuilder<'c, T0, Set, Set, Set, Set, Set>
Source§impl<'c, T0, O0, O1, O2, O3, O4> LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>
impl<'c, T0, O0, O1, O2, O3, O4> LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>
pub fn layout( self, layout: Attribute<'c>, ) -> LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>
Source§impl<'c> LoadTileSliceOperationBuilder<'c, Set, Set, Set, Set, Set, Set>
impl<'c> LoadTileSliceOperationBuilder<'c, Set, Set, Set, Set, Set, Set>
pub fn build(self) -> LoadTileSliceOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0, O1, O2, O3, O4> Freeze for LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>
impl<'c, T0, O0, O1, O2, O3, O4> RefUnwindSafe for LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>where
T0: RefUnwindSafe,
O0: RefUnwindSafe,
O1: RefUnwindSafe,
O2: RefUnwindSafe,
O3: RefUnwindSafe,
O4: RefUnwindSafe,
impl<'c, T0, O0, O1, O2, O3, O4> !Send for LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>
impl<'c, T0, O0, O1, O2, O3, O4> !Sync for LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>
impl<'c, T0, O0, O1, O2, O3, O4> Unpin for LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>
impl<'c, T0, O0, O1, O2, O3, O4> UnwindSafe for LoadTileSliceOperationBuilder<'c, T0, O0, O1, O2, O3, O4>where
T0: UnwindSafe,
O0: UnwindSafe,
O1: UnwindSafe,
O2: UnwindSafe,
O3: UnwindSafe,
O4: 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