#[repr(C)]pub struct VkTensorCopyARM {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub dimensionCount: u32,
pub pSrcOffset: *const u64,
pub pDstOffset: *const u64,
pub pExtent: *const u64,
}Fields§
§sType: VkStructureType§pNext: *const c_void§dimensionCount: u32§pSrcOffset: *const u64§pDstOffset: *const u64§pExtent: *const u64Trait 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 moreimpl 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