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

pub struct UnsafeCommandBufferBuilderColorImageClear {
    pub base_mip_level: u32,
    pub level_count: u32,
    pub base_array_layer: u32,
    pub layer_count: u32,
}

Fields

Trait Implementations

impl Debug for UnsafeCommandBufferBuilderColorImageClear
[src]

Formats the value using the given formatter. Read more

impl Copy for UnsafeCommandBufferBuilderColorImageClear
[src]

impl Clone for UnsafeCommandBufferBuilderColorImageClear
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UnsafeCommandBufferBuilderColorImageClear
[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 UnsafeCommandBufferBuilderColorImageClear
[src]

Auto Trait Implementations