Struct unity_native_plugin_sys::VkBufferImageCopy [−][src]
#[repr(C)]pub struct VkBufferImageCopy {
pub bufferOffset: VkDeviceSize,
pub bufferRowLength: u32,
pub bufferImageHeight: u32,
pub imageSubresource: VkImageSubresourceLayers,
pub imageOffset: VkOffset3D,
pub imageExtent: VkExtent3D,
}Fields
bufferOffset: VkDeviceSizebufferRowLength: u32bufferImageHeight: u32imageSubresource: VkImageSubresourceLayersimageOffset: VkOffset3DimageExtent: VkExtent3DTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VkBufferImageCopy
impl Send for VkBufferImageCopy
impl Sync for VkBufferImageCopy
impl Unpin for VkBufferImageCopy
impl UnwindSafe for VkBufferImageCopy
Blanket Implementations
Mutably borrows from an owned value. Read more