Struct gfx_hal::command::BufferCopy [−][src]
Specifies a source region and a destination region in a buffer for copying. All values are in units of bytes.
Fields
src: OffsetBuffer region source offset.
dst: OffsetBuffer region destination offset.
size: OffsetRegion size.
Trait Implementations
impl Clone for BufferCopy[src]
impl Clone for BufferCopy[src]fn clone(&self) -> BufferCopy[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for BufferCopy[src]
impl Copy for BufferCopy[src]Auto Trait Implementations
impl RefUnwindSafe for BufferCopy
impl RefUnwindSafe for BufferCopyimpl Send for BufferCopy
impl Send for BufferCopyimpl Sync for BufferCopy
impl Sync for BufferCopyimpl Unpin for BufferCopy
impl Unpin for BufferCopyimpl UnwindSafe for BufferCopy
impl UnwindSafe for BufferCopy