pub struct PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDescriptorHeapTensorPropertiesARM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
impl<'a> PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
pub fn tensor_descriptor_size(self, value: u64) -> Self
pub fn tensor_descriptor_alignment(self, value: u64) -> Self
pub fn tensor_capture_replay_opaque_data_size(self, value: usize) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
impl<'a> Deref for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
impl<'a> !Send for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDescriptorHeapTensorPropertiesARMBuilder<'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