Struct ash::vk::BufferImageCopy  
source · #[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: Extent3DImplementations§
source§impl BufferImageCopy
 
impl BufferImageCopy
pub fn builder<'a>() -> BufferImageCopyBuilder<'a>
Trait Implementations§
source§impl Clone for BufferImageCopy
 
impl Clone for BufferImageCopy
source§fn clone(&self) -> BufferImageCopy
 
fn clone(&self) -> BufferImageCopy
Returns a copy 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 moresource§impl Debug for BufferImageCopy
 
impl Debug for BufferImageCopy
source§impl Default for BufferImageCopy
 
impl Default for BufferImageCopy
source§fn default() -> BufferImageCopy
 
fn default() -> BufferImageCopy
Returns the “default value” for a type. Read more