Struct vulkano::buffer::sys::SparseLevel
[−]
[src]
pub struct SparseLevel {
pub sparse: bool,
pub sparse_residency: bool,
pub sparse_aliased: bool,
}Fields
sparse: bool
sparse_residency: bool
sparse_aliased: bool
Methods
impl SparseLevel[src]
fn none() -> SparseLevel
Trait Implementations
impl Debug for SparseLevel[src]
impl Copy for SparseLevel[src]
impl Clone for SparseLevel[src]
fn clone(&self) -> SparseLevel
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