Struct vulkanalia_sys::BufferImageCopy2KHR
source · [−]#[repr(C)]pub struct BufferImageCopy2KHR {
pub s_type: StructureType,
pub next: *const c_void,
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
s_type: StructureTypenext: *const c_voidbuffer_offset: DeviceSizebuffer_row_length: u32buffer_image_height: u32image_subresource: ImageSubresourceLayersimage_offset: Offset3Dimage_extent: Extent3DTrait Implementations
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 BufferImageCopy2KHR
impl !Send for BufferImageCopy2KHR
impl !Sync for BufferImageCopy2KHR
impl Unpin for BufferImageCopy2KHR
impl UnwindSafe for BufferImageCopy2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more