Struct vulkano::command_buffer::sys::UnsafeCommandBufferBuilderBufferImageCopy[][src]

pub struct UnsafeCommandBufferBuilderBufferImageCopy {
    pub buffer_offset: usize,
    pub buffer_row_length: u32,
    pub buffer_image_height: u32,
    pub image_aspect: UnsafeCommandBufferBuilderImageAspect,
    pub image_mip_level: u32,
    pub image_base_array_layer: u32,
    pub image_layer_count: u32,
    pub image_offset: [i32; 3],
    pub image_extent: [u32; 3],
}

Fields

Trait Implementations

impl Debug for UnsafeCommandBufferBuilderBufferImageCopy
[src]

Formats the value using the given formatter. Read more

impl Copy for UnsafeCommandBufferBuilderBufferImageCopy
[src]

impl Clone for UnsafeCommandBufferBuilderBufferImageCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UnsafeCommandBufferBuilderBufferImageCopy
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for UnsafeCommandBufferBuilderBufferImageCopy
[src]

Auto Trait Implementations