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]

[src]

Trait Implementations

impl Debug for SparseLevel
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SparseLevel
[src]

impl Clone for SparseLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SparseLevel

impl Sync for SparseLevel