pub struct TensorViewCreateInfoARMBuilder<'a> { /* private fields */ }Expand description
Builder for TensorViewCreateInfoARM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> TensorViewCreateInfoARMBuilder<'a>
impl<'a> TensorViewCreateInfoARMBuilder<'a>
pub fn flags(self, value: TensorViewCreateFlagsARM) -> Self
pub fn tensor(self, value: TensorARM) -> Self
pub fn format(self, value: Format) -> Self
Sourcepub fn push_next<T: ExtendsTensorViewCreateInfoARM>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsTensorViewCreateInfoARM>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See TensorViewCreateInfoARM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for TensorViewCreateInfoARMBuilder<'a>
impl<'a> Deref for TensorViewCreateInfoARMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for TensorViewCreateInfoARMBuilder<'a>
impl<'a> RefUnwindSafe for TensorViewCreateInfoARMBuilder<'a>
impl<'a> !Send for TensorViewCreateInfoARMBuilder<'a>
impl<'a> !Sync for TensorViewCreateInfoARMBuilder<'a>
impl<'a> Unpin for TensorViewCreateInfoARMBuilder<'a>
impl<'a> UnsafeUnpin for TensorViewCreateInfoARMBuilder<'a>
impl<'a> UnwindSafe for TensorViewCreateInfoARMBuilder<'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