#[repr(C)]pub struct CopyTensorInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_tensor: TensorARM,
pub dst_tensor: TensorARM,
pub region_count: u32,
pub p_regions: *const TensorCopyARM,
}Expand description
VkCopyTensorInfoARM
Provided by VK_ARM_tensors.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_COPY_TENSOR_INFO_ARM.
p_next: *const c_voidOptional, may be null.
src_tensor: TensorARM§dst_tensor: TensorARM§region_count: u32Length of p_regions.
p_regions: *const TensorCopyARMImplementations§
Source§impl CopyTensorInfoARM
impl CopyTensorInfoARM
Sourcepub fn builder<'a>() -> CopyTensorInfoARMBuilder<'a>
pub fn builder<'a>() -> CopyTensorInfoARMBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for CopyTensorInfoARM
impl Clone for CopyTensorInfoARM
Source§fn clone(&self) -> CopyTensorInfoARM
fn clone(&self) -> CopyTensorInfoARM
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 CopyTensorInfoARM
impl Debug for CopyTensorInfoARM
Source§impl Default for CopyTensorInfoARM
impl Default for CopyTensorInfoARM
impl Copy for CopyTensorInfoARM
Auto Trait Implementations§
impl Freeze for CopyTensorInfoARM
impl RefUnwindSafe for CopyTensorInfoARM
impl !Send for CopyTensorInfoARM
impl !Sync for CopyTensorInfoARM
impl Unpin for CopyTensorInfoARM
impl UnsafeUnpin for CopyTensorInfoARM
impl UnwindSafe for CopyTensorInfoARM
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