Struct ash::vk::BufferCopy
source · #[repr(C)]pub struct BufferCopy {
pub src_offset: DeviceSize,
pub dst_offset: DeviceSize,
pub size: DeviceSize,
}
Expand description
Fields§
§src_offset: DeviceSize
§dst_offset: DeviceSize
§size: DeviceSize
Implementations§
source§impl BufferCopy
impl BufferCopy
pub fn builder<'a>() -> BufferCopyBuilder<'a>
Trait Implementations§
source§impl Clone for BufferCopy
impl Clone for BufferCopy
source§fn clone(&self) -> BufferCopy
fn clone(&self) -> BufferCopy
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 BufferCopy
impl Debug for BufferCopy
source§impl Default for BufferCopy
impl Default for BufferCopy
source§fn default() -> BufferCopy
fn default() -> BufferCopy
Returns the “default value” for a type. Read more