#[repr(C)]pub struct PhysicalDeviceTensorFeaturesARM {
pub s_type: StructureType,
pub next: *mut c_void,
pub tensor_non_packed: Bool32,
pub shader_tensor_access: Bool32,
pub shader_storage_tensor_array_dynamic_indexing: Bool32,
pub shader_storage_tensor_array_non_uniform_indexing: Bool32,
pub descriptor_binding_storage_tensor_update_after_bind: Bool32,
pub tensors: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§tensor_non_packed: Bool32§shader_tensor_access: Bool32§shader_storage_tensor_array_dynamic_indexing: Bool32§shader_storage_tensor_array_non_uniform_indexing: Bool32§descriptor_binding_storage_tensor_update_after_bind: Bool32§tensors: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceTensorFeaturesARM
impl Clone for PhysicalDeviceTensorFeaturesARM
Source§fn clone(&self) -> PhysicalDeviceTensorFeaturesARM
fn clone(&self) -> PhysicalDeviceTensorFeaturesARM
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 PartialEq for PhysicalDeviceTensorFeaturesARM
impl PartialEq for PhysicalDeviceTensorFeaturesARM
Source§fn eq(&self, other: &PhysicalDeviceTensorFeaturesARM) -> bool
fn eq(&self, other: &PhysicalDeviceTensorFeaturesARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceTensorFeaturesARM
impl Eq for PhysicalDeviceTensorFeaturesARM
impl Send for PhysicalDeviceTensorFeaturesARM
impl StructuralPartialEq for PhysicalDeviceTensorFeaturesARM
impl Sync for PhysicalDeviceTensorFeaturesARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceTensorFeaturesARM
impl RefUnwindSafe for PhysicalDeviceTensorFeaturesARM
impl Unpin for PhysicalDeviceTensorFeaturesARM
impl UnwindSafe for PhysicalDeviceTensorFeaturesARM
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