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]
pub fn none() -> SparseLevel[src]
Trait Implementations
impl Debug for SparseLevel[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for SparseLevel[src]
impl Clone for SparseLevel[src]
fn clone(&self) -> SparseLevel[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more