Struct screen_13::prelude::vk::SparseImageFormatProperties2
source · pub struct SparseImageFormatProperties2 {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub properties: SparseImageFormatProperties,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§properties: SparseImageFormatPropertiesImplementations§
source§impl SparseImageFormatProperties2
impl SparseImageFormatProperties2
pub fn builder<'a>() -> SparseImageFormatProperties2Builder<'a>
Trait Implementations§
source§impl Clone for SparseImageFormatProperties2
impl Clone for SparseImageFormatProperties2
source§fn clone(&self) -> SparseImageFormatProperties2
fn clone(&self) -> SparseImageFormatProperties2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SparseImageFormatProperties2
impl Debug for SparseImageFormatProperties2
source§impl Default for SparseImageFormatProperties2
impl Default for SparseImageFormatProperties2
source§fn default() -> SparseImageFormatProperties2
fn default() -> SparseImageFormatProperties2
Returns the “default value” for a type. Read more