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