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: ExternalMemoryHandleTypeFlags) -> Self
Sourcepub fn push_next<T: ExtendsExternalMemoryTensorCreateInfoARM>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsExternalMemoryTensorCreateInfoARM>( self, next: &'a mut T, ) -> Self
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>
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