Type Alias ash::vk::CopyImageToBufferInfo2KHR
source · pub type CopyImageToBufferInfo2KHR = CopyImageToBufferInfo2;Aliased Type§
struct CopyImageToBufferInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_image: Image,
pub src_image_layout: ImageLayout,
pub dst_buffer: Buffer,
pub region_count: u32,
pub p_regions: *const BufferImageCopy2,
}Fields§
§s_type: StructureType§p_next: *const c_void§src_image: Image§src_image_layout: ImageLayout§dst_buffer: Buffer§region_count: u32§p_regions: *const BufferImageCopy2Implementations
source§impl CopyImageToBufferInfo2
impl CopyImageToBufferInfo2
pub fn builder<'a>() -> CopyImageToBufferInfo2Builder<'a>
Trait Implementations
source§impl Clone for CopyImageToBufferInfo2
impl Clone for CopyImageToBufferInfo2
source§fn clone(&self) -> CopyImageToBufferInfo2
fn clone(&self) -> CopyImageToBufferInfo2
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 more