#[repr(C)]pub struct VkPhysicalDeviceTensorFeaturesARM {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub tensorNonPacked: VkBool32,
pub shaderTensorAccess: VkBool32,
pub shaderStorageTensorArrayDynamicIndexing: VkBool32,
pub shaderStorageTensorArrayNonUniformIndexing: VkBool32,
pub descriptorBindingStorageTensorUpdateAfterBind: VkBool32,
pub tensors: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§tensorNonPacked: VkBool32§shaderTensorAccess: VkBool32§shaderStorageTensorArrayDynamicIndexing: VkBool32§shaderStorageTensorArrayNonUniformIndexing: VkBool32§descriptorBindingStorageTensorUpdateAfterBind: VkBool32§tensors: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceTensorFeaturesARM
impl Clone for VkPhysicalDeviceTensorFeaturesARM
Source§fn clone(&self) -> VkPhysicalDeviceTensorFeaturesARM
fn clone(&self) -> VkPhysicalDeviceTensorFeaturesARM
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 VkPhysicalDeviceTensorFeaturesARM
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceTensorFeaturesARM
impl RefUnwindSafe for VkPhysicalDeviceTensorFeaturesARM
impl !Send for VkPhysicalDeviceTensorFeaturesARM
impl !Sync for VkPhysicalDeviceTensorFeaturesARM
impl Unpin for VkPhysicalDeviceTensorFeaturesARM
impl UnwindSafe for VkPhysicalDeviceTensorFeaturesARM
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