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