Type Alias BufferImageCopy2KHR

Source
pub type BufferImageCopy2KHR = BufferImageCopy2;

Aliased Type§

struct BufferImageCopy2KHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub buffer_offset: u64,
    pub buffer_row_length: u32,
    pub buffer_image_height: u32,
    pub image_subresource: ImageSubresourceLayers,
    pub image_offset: Offset3D,
    pub image_extent: Extent3D,
}

Fields§

§s_type: StructureType§p_next: *const c_void§buffer_offset: u64§buffer_row_length: u32§buffer_image_height: u32§image_subresource: ImageSubresourceLayers§image_offset: Offset3D§image_extent: Extent3D

Implementations

Trait Implementations

Source§

impl Clone for BufferImageCopy2

Source§

fn clone(&self) -> BufferImageCopy2

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for BufferImageCopy2

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for BufferImageCopy2