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