#[repr(C)]pub struct TensorFormatPropertiesARM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub optimal_tiling_tensor_features: FormatFeatureFlagBits2,
pub linear_tiling_tensor_features: FormatFeatureFlagBits2,
}Expand description
VkTensorFormatPropertiesARM
Provided by VK_ARM_tensors.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_TENSOR_FORMAT_PROPERTIES_ARM.
p_next: *mut c_voidOptional, may be null.
optimal_tiling_tensor_features: FormatFeatureFlagBits2§linear_tiling_tensor_features: FormatFeatureFlagBits2Implementations§
Source§impl TensorFormatPropertiesARM
impl TensorFormatPropertiesARM
Sourcepub fn builder<'a>() -> TensorFormatPropertiesARMBuilder<'a>
pub fn builder<'a>() -> TensorFormatPropertiesARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for TensorFormatPropertiesARM
impl Clone for TensorFormatPropertiesARM
Source§fn clone(&self) -> TensorFormatPropertiesARM
fn clone(&self) -> TensorFormatPropertiesARM
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 Debug for TensorFormatPropertiesARM
impl Debug for TensorFormatPropertiesARM
Source§impl Default for TensorFormatPropertiesARM
impl Default for TensorFormatPropertiesARM
Source§fn default() -> TensorFormatPropertiesARM
fn default() -> TensorFormatPropertiesARM
Returns the “default value” for a type. Read more
impl Copy for TensorFormatPropertiesARM
impl ExtendsFormatProperties2 for TensorFormatPropertiesARM
Auto Trait Implementations§
impl Freeze for TensorFormatPropertiesARM
impl RefUnwindSafe for TensorFormatPropertiesARM
impl !Send for TensorFormatPropertiesARM
impl !Sync for TensorFormatPropertiesARM
impl Unpin for TensorFormatPropertiesARM
impl UnsafeUnpin for TensorFormatPropertiesARM
impl UnwindSafe for TensorFormatPropertiesARM
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