Struct unity_native_plugin_sys::VkImageCopy [−][src]
#[repr(C)]pub struct VkImageCopy {
pub srcSubresource: VkImageSubresourceLayers,
pub srcOffset: VkOffset3D,
pub dstSubresource: VkImageSubresourceLayers,
pub dstOffset: VkOffset3D,
pub extent: VkExtent3D,
}Fields
srcSubresource: VkImageSubresourceLayerssrcOffset: VkOffset3DdstSubresource: VkImageSubresourceLayersdstOffset: VkOffset3Dextent: VkExtent3DTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VkImageCopy
impl Send for VkImageCopy
impl Sync for VkImageCopy
impl Unpin for VkImageCopy
impl UnwindSafe for VkImageCopy
Blanket Implementations
Mutably borrows from an owned value. Read more