Struct screen_13::prelude::vk::BufferCopy2
source · pub struct BufferCopy2 {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_offset: u64,
pub dst_offset: u64,
pub size: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§src_offset: u64§dst_offset: u64§size: u64Implementations§
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 moresource§impl Debug for BufferCopy2
impl Debug for BufferCopy2
source§impl Default for BufferCopy2
impl Default for BufferCopy2
source§fn default() -> BufferCopy2
fn default() -> BufferCopy2
Returns the “default value” for a type. Read more