#[repr(C)]pub struct TensorMemoryRequirementsInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub tensor: TensorARM,
}Expand description
VkTensorMemoryRequirementsInfoARM
Provided by VK_ARM_tensors.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_TENSOR_MEMORY_REQUIREMENTS_INFO_ARM.
p_next: *const c_voidOptional, may be null.
tensor: TensorARMImplementations§
Source§impl TensorMemoryRequirementsInfoARM
impl TensorMemoryRequirementsInfoARM
Sourcepub fn builder<'a>() -> TensorMemoryRequirementsInfoARMBuilder<'a>
pub fn builder<'a>() -> TensorMemoryRequirementsInfoARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for TensorMemoryRequirementsInfoARM
impl Clone for TensorMemoryRequirementsInfoARM
Source§fn clone(&self) -> TensorMemoryRequirementsInfoARM
fn clone(&self) -> TensorMemoryRequirementsInfoARM
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 TensorMemoryRequirementsInfoARM
Auto Trait Implementations§
impl Freeze for TensorMemoryRequirementsInfoARM
impl RefUnwindSafe for TensorMemoryRequirementsInfoARM
impl !Send for TensorMemoryRequirementsInfoARM
impl !Sync for TensorMemoryRequirementsInfoARM
impl Unpin for TensorMemoryRequirementsInfoARM
impl UnsafeUnpin for TensorMemoryRequirementsInfoARM
impl UnwindSafe for TensorMemoryRequirementsInfoARM
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