pub struct DescriptorGetTensorInfoARMBuilder<'a> { /* private fields */ }Expand description
Builder for DescriptorGetTensorInfoARM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> DescriptorGetTensorInfoARMBuilder<'a>
pub fn tensor_view( self, value: TensorViewARM, ) -> DescriptorGetTensorInfoARMBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> DescriptorGetTensorInfoARMBuilder<'a>where
T: ExtendsDescriptorGetTensorInfoARM,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> DescriptorGetTensorInfoARMBuilder<'a>where
T: ExtendsDescriptorGetTensorInfoARM,
Prepend a struct to the pNext chain. See DescriptorGetTensorInfoARM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> Deref for DescriptorGetTensorInfoARMBuilder<'a>
Source§type Target = DescriptorGetTensorInfoARM
type Target = DescriptorGetTensorInfoARM
The resulting type after dereferencing.
Source§impl<'a> DerefMut for DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> DerefMut for DescriptorGetTensorInfoARMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> RefUnwindSafe for DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> !Send for DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> !Sync for DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> Unpin for DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> UnsafeUnpin for DescriptorGetTensorInfoARMBuilder<'a>
impl<'a> UnwindSafe for DescriptorGetTensorInfoARMBuilder<'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