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

pub struct UnsafeCommandBufferBuilderImageBlit {
    pub aspect: UnsafeCommandBufferBuilderImageAspect,
    pub source_mip_level: u32,
    pub destination_mip_level: u32,
    pub source_base_array_layer: u32,
    pub destination_base_array_layer: u32,
    pub layer_count: u32,
    pub source_top_left: [i32; 3],
    pub source_bottom_right: [i32; 3],
    pub destination_top_left: [i32; 3],
    pub destination_bottom_right: [i32; 3],
}

Fields

Trait Implementations

impl Debug for UnsafeCommandBufferBuilderImageBlit
[src]

[src]

Formats the value using the given formatter.

impl Copy for UnsafeCommandBufferBuilderImageBlit
[src]

impl Clone for UnsafeCommandBufferBuilderImageBlit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for UnsafeCommandBufferBuilderImageBlit
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for UnsafeCommandBufferBuilderImageBlit
[src]