Struct ash::vk::BufferCopy [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more