#[repr(C)]pub struct PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub tensor_descriptor_size: DeviceSize,
pub tensor_descriptor_alignment: DeviceSize,
pub tensor_capture_replay_opaque_data_size: usize,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§tensor_descriptor_size: DeviceSize§tensor_descriptor_alignment: DeviceSize§tensor_capture_replay_opaque_data_size: usize§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
impl<'a> PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
pub fn tensor_descriptor_size(self, tensor_descriptor_size: DeviceSize) -> Self
pub fn tensor_descriptor_alignment( self, tensor_descriptor_alignment: DeviceSize, ) -> Self
pub fn tensor_capture_replay_opaque_data_size( self, tensor_capture_replay_opaque_data_size: usize, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
impl<'a> Clone for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
Source§fn clone(&self) -> PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
fn clone(&self) -> PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
impl<'a> Debug for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
Source§impl<'a> TaggedStructure for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
impl<'a> TaggedStructure for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DESCRIPTOR_HEAP_TENSOR_PROPERTIES_ARM
impl<'a> Copy for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'_>
impl Send for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'_>
impl Sync for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
impl<'a> Unpin for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'a>
impl<'a> UnwindSafe for PhysicalDeviceDescriptorHeapTensorPropertiesARM<'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