Struct gfx_hal::command::BufferCopy
source · Expand description
Specifies a source region and a destination region in a buffer for copying. All values are in units of bytes.
Fields
src: Offset
Buffer region source offset.
dst: Offset
Buffer region destination offset.
size: Offset
Region size.
Trait Implementations
sourceimpl Clone for BufferCopy
impl Clone for BufferCopy
sourcefn clone(&self) -> BufferCopy
fn clone(&self) -> BufferCopy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BufferCopy
impl Debug for BufferCopy
impl Copy for BufferCopy
Auto Trait Implementations
impl RefUnwindSafe for BufferCopy
impl Send for BufferCopy
impl Sync for BufferCopy
impl Unpin for BufferCopy
impl UnwindSafe for BufferCopy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more