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