pub struct CopyTensorInfoARMBuilder<'a> { /* private fields */ }Expand description
Builder for CopyTensorInfoARM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> CopyTensorInfoARMBuilder<'a>
impl<'a> CopyTensorInfoARMBuilder<'a>
pub fn src_tensor(self, value: TensorARM) -> Self
pub fn dst_tensor(self, value: TensorARM) -> Self
pub fn regions(self, slice: &'a [TensorCopyARM]) -> Self
Sourcepub fn push_next<T: ExtendsCopyTensorInfoARM>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsCopyTensorInfoARM>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See CopyTensorInfoARM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for CopyTensorInfoARMBuilder<'a>
impl<'a> Deref for CopyTensorInfoARMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for CopyTensorInfoARMBuilder<'a>
impl<'a> RefUnwindSafe for CopyTensorInfoARMBuilder<'a>
impl<'a> !Send for CopyTensorInfoARMBuilder<'a>
impl<'a> !Sync for CopyTensorInfoARMBuilder<'a>
impl<'a> Unpin for CopyTensorInfoARMBuilder<'a>
impl<'a> UnsafeUnpin for CopyTensorInfoARMBuilder<'a>
impl<'a> UnwindSafe for CopyTensorInfoARMBuilder<'a>
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