Struct ash::vk::BufferImageCopy [−][src]
#[repr(C)]pub struct BufferImageCopy { pub buffer_offset: DeviceSize, pub buffer_row_length: u32, pub buffer_image_height: u32, pub image_subresource: ImageSubresourceLayers, pub image_offset: Offset3D, pub image_extent: Extent3D, }
Expand description
Fields
buffer_offset: DeviceSizebuffer_row_length: u32buffer_image_height: u32image_subresource: ImageSubresourceLayersimage_offset: Offset3Dimage_extent: Extent3DImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BufferImageCopy
impl Send for BufferImageCopy
impl Sync for BufferImageCopy
impl Unpin for BufferImageCopy
impl UnwindSafe for BufferImageCopy
Blanket Implementations
Mutably borrows from an owned value. Read more