Struct ash::vk::BufferCopy
source · #[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§
source§impl BufferCopy
impl BufferCopy
pub fn builder<'a>() -> BufferCopyBuilder<'a>
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 moresource§impl Debug for BufferCopy
impl Debug for BufferCopy
source§impl Default for BufferCopy
impl Default for BufferCopy
source§fn default() -> BufferCopy
fn default() -> BufferCopy
Returns the “default value” for a type. Read more
impl Copy for BufferCopy
Auto Trait Implementations§
impl Freeze for BufferCopy
impl RefUnwindSafe for BufferCopy
impl Send for BufferCopy
impl Sync for BufferCopy
impl Unpin for BufferCopy
impl UnwindSafe for BufferCopy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more