Struct vulkano::buffer::sys::SparseLevel [] [src]

pub struct SparseLevel {
    pub sparse: bool,
    pub sparse_residency: bool,
    pub sparse_aliased: bool,
}

Fields

Methods

impl SparseLevel
[src]

Trait Implementations

impl Debug for SparseLevel
[src]

Formats the value using the given formatter.

impl Copy for SparseLevel
[src]

impl Clone for SparseLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more