#[repr(C)]pub struct DeviceTensorMemoryRequirementsARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_create_info: *const TensorCreateInfoARM,
}Expand description
VkDeviceTensorMemoryRequirementsARM
Provided by VK_ARM_tensors.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_TENSOR_MEMORY_REQUIREMENTS_ARM.
p_next: *const c_voidOptional, may be null.
p_create_info: *const TensorCreateInfoARMImplementations§
Source§impl DeviceTensorMemoryRequirementsARM
impl DeviceTensorMemoryRequirementsARM
Sourcepub fn builder<'a>() -> DeviceTensorMemoryRequirementsARMBuilder<'a>
pub fn builder<'a>() -> DeviceTensorMemoryRequirementsARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DeviceTensorMemoryRequirementsARM
impl Clone for DeviceTensorMemoryRequirementsARM
Source§fn clone(&self) -> DeviceTensorMemoryRequirementsARM
fn clone(&self) -> DeviceTensorMemoryRequirementsARM
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 Default for DeviceTensorMemoryRequirementsARM
impl Default for DeviceTensorMemoryRequirementsARM
Source§fn default() -> DeviceTensorMemoryRequirementsARM
fn default() -> DeviceTensorMemoryRequirementsARM
Returns the “default value” for a type. Read more
impl Copy for DeviceTensorMemoryRequirementsARM
Auto Trait Implementations§
impl Freeze for DeviceTensorMemoryRequirementsARM
impl RefUnwindSafe for DeviceTensorMemoryRequirementsARM
impl !Send for DeviceTensorMemoryRequirementsARM
impl !Sync for DeviceTensorMemoryRequirementsARM
impl Unpin for DeviceTensorMemoryRequirementsARM
impl UnsafeUnpin for DeviceTensorMemoryRequirementsARM
impl UnwindSafe for DeviceTensorMemoryRequirementsARM
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