#[repr(C)]pub struct VkBufferImageCopy {
pub bufferOffset: VkDeviceSize,
pub bufferRowLength: u32,
pub bufferImageHeight: u32,
pub imageSubresource: VkImageSubresourceLayers,
pub imageOffset: VkOffset3D,
pub imageExtent: VkExtent3D,
}
Fields§
§bufferOffset: VkDeviceSize
§bufferRowLength: u32
§bufferImageHeight: u32
§imageSubresource: VkImageSubresourceLayers
§imageOffset: VkOffset3D
§imageExtent: VkExtent3D
Trait Implementations§
Source§impl Clone for VkBufferImageCopy
impl Clone for VkBufferImageCopy
Source§fn clone(&self) -> VkBufferImageCopy
fn clone(&self) -> VkBufferImageCopy
Returns a duplicate 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 VkBufferImageCopy
impl Debug for VkBufferImageCopy
impl Copy for VkBufferImageCopy
Auto Trait Implementations§
impl Freeze for VkBufferImageCopy
impl RefUnwindSafe for VkBufferImageCopy
impl Send for VkBufferImageCopy
impl Sync for VkBufferImageCopy
impl Unpin for VkBufferImageCopy
impl UnwindSafe for VkBufferImageCopy
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