Struct ash::vk::ImageBlit2
source · #[repr(C)]pub struct ImageBlit2 {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_subresource: ImageSubresourceLayers,
pub src_offsets: [Offset3D; 2],
pub dst_subresource: ImageSubresourceLayers,
pub dst_offsets: [Offset3D; 2],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§src_subresource: ImageSubresourceLayers
§src_offsets: [Offset3D; 2]
§dst_subresource: ImageSubresourceLayers
§dst_offsets: [Offset3D; 2]
Implementations§
source§impl ImageBlit2
impl ImageBlit2
pub fn builder<'a>() -> ImageBlit2Builder<'a>
Trait Implementations§
source§impl Clone for ImageBlit2
impl Clone for ImageBlit2
source§fn clone(&self) -> ImageBlit2
fn clone(&self) -> ImageBlit2
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 more