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

block: (u32, u32) write: bool initial_layout: Layout final_layout: Layout

Trait Implementations

impl Clone for AccessRange
[src]

fn clone(&self) -> AccessRange

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Debug for AccessRange
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.