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: VkImageSubresourceLayers
srcOffset: VkOffset3D
dstSubresource: VkImageSubresourceLayers
dstOffset: VkOffset3D
extent: VkExtent3D
Trait 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