Struct screen_13::prelude::vk::CopyBufferToImageInfo2
source · pub struct CopyBufferToImageInfo2 {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_buffer: Buffer,
pub dst_image: Image,
pub dst_image_layout: ImageLayout,
pub region_count: u32,
pub p_regions: *const BufferImageCopy2,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§src_buffer: Buffer§dst_image: Image§dst_image_layout: ImageLayout§region_count: u32§p_regions: *const BufferImageCopy2Implementations§
source§impl CopyBufferToImageInfo2
impl CopyBufferToImageInfo2
pub fn builder<'a>() -> CopyBufferToImageInfo2Builder<'a>
Trait Implementations§
source§impl Clone for CopyBufferToImageInfo2
impl Clone for CopyBufferToImageInfo2
source§fn clone(&self) -> CopyBufferToImageInfo2
fn clone(&self) -> CopyBufferToImageInfo2
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 CopyBufferToImageInfo2
impl Debug for CopyBufferToImageInfo2
source§impl Default for CopyBufferToImageInfo2
impl Default for CopyBufferToImageInfo2
source§fn default() -> CopyBufferToImageInfo2
fn default() -> CopyBufferToImageInfo2
Returns the “default value” for a type. Read more