Struct vulkanalia_sys::BufferImageCopy
source · [−]#[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: Extent3DTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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