#[repr(C)]pub struct VkCopyMemoryToImageIndirectCommandKHR {
pub srcAddress: VkDeviceAddress,
pub bufferRowLength: u32,
pub bufferImageHeight: u32,
pub imageSubresource: VkImageSubresourceLayers,
pub imageOffset: VkOffset3D,
pub imageExtent: VkExtent3D,
}Fields§
§srcAddress: VkDeviceAddress§bufferRowLength: u32§bufferImageHeight: u32§imageSubresource: VkImageSubresourceLayers§imageOffset: VkOffset3D§imageExtent: VkExtent3DTrait Implementations§
Source§impl Clone for VkCopyMemoryToImageIndirectCommandKHR
impl Clone for VkCopyMemoryToImageIndirectCommandKHR
Source§fn clone(&self) -> VkCopyMemoryToImageIndirectCommandKHR
fn clone(&self) -> VkCopyMemoryToImageIndirectCommandKHR
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkCopyMemoryToImageIndirectCommandKHR
Auto Trait Implementations§
impl Freeze for VkCopyMemoryToImageIndirectCommandKHR
impl RefUnwindSafe for VkCopyMemoryToImageIndirectCommandKHR
impl Send for VkCopyMemoryToImageIndirectCommandKHR
impl Sync for VkCopyMemoryToImageIndirectCommandKHR
impl Unpin for VkCopyMemoryToImageIndirectCommandKHR
impl UnwindSafe for VkCopyMemoryToImageIndirectCommandKHR
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)