Struct ash::vk::BufferImageCopy [−][src]
#[repr(C)]pub struct BufferImageCopy { pub buffer_offset: DeviceSize, pub buffer_row_length: u32, pub buffer_image_height: u32, pub image_subresource: ImageSubresourceLayers, pub image_offset: Offset3D, pub image_extent: Extent3D, }
Expand description
Fields
buffer_offset: DeviceSize
buffer_row_length: u32
buffer_image_height: u32
image_subresource: ImageSubresourceLayers
image_offset: Offset3D
image_extent: Extent3D
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BufferImageCopy
impl Send for BufferImageCopy
impl Sync for BufferImageCopy
impl Unpin for BufferImageCopy
impl UnwindSafe for BufferImageCopy
Blanket Implementations
Mutably borrows from an owned value. Read more