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 moresource§impl Debug for ImageBlit2
impl Debug for ImageBlit2
source§impl Default for ImageBlit2
impl Default for ImageBlit2
source§impl TaggedStructure for ImageBlit2
impl TaggedStructure for ImageBlit2
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_BLIT_2
impl Copy for ImageBlit2
Auto Trait Implementations§
impl Freeze for ImageBlit2
impl RefUnwindSafe for ImageBlit2
impl !Send for ImageBlit2
impl !Sync for ImageBlit2
impl Unpin for ImageBlit2
impl UnwindSafe for ImageBlit2
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