#[repr(C)]pub struct VkCopyTensorInfoARM {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub srcTensor: VkTensorARM,
pub dstTensor: VkTensorARM,
pub regionCount: u32,
pub pRegions: *const VkTensorCopyARM,
}Expand description
struct VkCopyTensorInfoARM from VK_ARM_tensors
Fields§
§sType: VkStructureType§pNext: *const c_void§srcTensor: VkTensorARM§dstTensor: VkTensorARM§regionCount: u32§pRegions: *const VkTensorCopyARMTrait Implementations§
Source§impl Clone for VkCopyTensorInfoARM
impl Clone for VkCopyTensorInfoARM
Source§fn clone(&self) -> VkCopyTensorInfoARM
fn clone(&self) -> VkCopyTensorInfoARM
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 VkCopyTensorInfoARM
impl Debug for VkCopyTensorInfoARM
impl Copy for VkCopyTensorInfoARM
Auto Trait Implementations§
impl Freeze for VkCopyTensorInfoARM
impl RefUnwindSafe for VkCopyTensorInfoARM
impl !Send for VkCopyTensorInfoARM
impl !Sync for VkCopyTensorInfoARM
impl Unpin for VkCopyTensorInfoARM
impl UnwindSafe for VkCopyTensorInfoARM
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