Struct ash::vk::types::BufferCopy [] [src]

#[repr(C)]
pub struct BufferCopy { pub src_offset: DeviceSize, pub dst_offset: DeviceSize, pub size: DeviceSize, }

Fields

Trait Implementations

impl Debug for BufferCopy
[src]

Formats the value using the given formatter.

impl Clone for BufferCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for BufferCopy
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more