Struct wgpu_hal::BufferCopy
source · pub struct BufferCopy {
pub src_offset: BufferAddress,
pub dst_offset: BufferAddress,
pub size: BufferSize,
}
Fields§
§src_offset: BufferAddress
§dst_offset: BufferAddress
§size: BufferSize
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 more