#[repr(C)]pub struct VkCopyMemoryToImageIndirectCommandNV {
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 VkCopyMemoryToImageIndirectCommandNV
impl Clone for VkCopyMemoryToImageIndirectCommandNV
Source§fn clone(&self) -> VkCopyMemoryToImageIndirectCommandNV
fn clone(&self) -> VkCopyMemoryToImageIndirectCommandNV
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 VkCopyMemoryToImageIndirectCommandNV
Auto Trait Implementations§
impl Freeze for VkCopyMemoryToImageIndirectCommandNV
impl RefUnwindSafe for VkCopyMemoryToImageIndirectCommandNV
impl Send for VkCopyMemoryToImageIndirectCommandNV
impl Sync for VkCopyMemoryToImageIndirectCommandNV
impl Unpin for VkCopyMemoryToImageIndirectCommandNV
impl UnwindSafe for VkCopyMemoryToImageIndirectCommandNV
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