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