Struct vulkano::image::traits::AccessRange [] [src]

pub struct AccessRange {
    pub block: (u32, u32),
    pub write: bool,
    pub initial_layout: Layout,
    pub final_layout: Layout,
}

Fields

Trait Implementations

impl Clone for AccessRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccessRange
[src]

Formats the value using the given formatter.