#[repr(C)]pub struct PhysicalDeviceDescriptorBufferTensorFeaturesARM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub descriptor_buffer_tensor_descriptors: u32,
}Expand description
VkPhysicalDeviceDescriptorBufferTensorFeaturesARM
Provided by VK_ARM_tensors.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_TENSOR_FEATURES_ARM.
p_next: *mut c_voidOptional, may be null.
descriptor_buffer_tensor_descriptors: u32Implementations§
Source§impl PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl PhysicalDeviceDescriptorBufferTensorFeaturesARM
Sourcepub fn builder<'a>() -> PhysicalDeviceDescriptorBufferTensorFeaturesARMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDescriptorBufferTensorFeaturesARMBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl Clone for PhysicalDeviceDescriptorBufferTensorFeaturesARM
Source§fn clone(&self) -> PhysicalDeviceDescriptorBufferTensorFeaturesARM
fn clone(&self) -> PhysicalDeviceDescriptorBufferTensorFeaturesARM
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 moreimpl Copy for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorBufferTensorFeaturesARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl RefUnwindSafe for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl !Send for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl !Sync for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl Unpin for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl UnsafeUnpin for PhysicalDeviceDescriptorBufferTensorFeaturesARM
impl UnwindSafe for PhysicalDeviceDescriptorBufferTensorFeaturesARM
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