Struct ash::vk::CopyBufferInfo2  
source · #[repr(C)]pub struct CopyBufferInfo2 {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub src_buffer: Buffer,
    pub dst_buffer: Buffer,
    pub region_count: u32,
    pub p_regions: *const BufferCopy2,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§src_buffer: Buffer§dst_buffer: Buffer§region_count: u32§p_regions: *const BufferCopy2Implementations§
source§impl CopyBufferInfo2
 
impl CopyBufferInfo2
pub fn builder<'a>() -> CopyBufferInfo2Builder<'a>
Trait Implementations§
source§impl Clone for CopyBufferInfo2
 
impl Clone for CopyBufferInfo2
source§fn clone(&self) -> CopyBufferInfo2
 
fn clone(&self) -> CopyBufferInfo2
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