Struct ash::vk::BufferCopy2  
source · #[repr(C)]pub struct BufferCopy2 {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub src_offset: DeviceSize,
    pub dst_offset: DeviceSize,
    pub size: DeviceSize,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§src_offset: DeviceSize§dst_offset: DeviceSize§size: DeviceSizeImplementations§
source§impl BufferCopy2
 
impl BufferCopy2
pub fn builder<'a>() -> BufferCopy2Builder<'a>
Trait Implementations§
source§impl Clone for BufferCopy2
 
impl Clone for BufferCopy2
source§fn clone(&self) -> BufferCopy2
 
fn clone(&self) -> BufferCopy2
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