Struct screen_13::prelude::vk::ImageFormatProperties2
source · pub struct ImageFormatProperties2 {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_format_properties: ImageFormatProperties,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§image_format_properties: ImageFormatPropertiesImplementations§
source§impl ImageFormatProperties2
impl ImageFormatProperties2
pub fn builder<'a>() -> ImageFormatProperties2Builder<'a>
Trait Implementations§
source§impl Clone for ImageFormatProperties2
impl Clone for ImageFormatProperties2
source§fn clone(&self) -> ImageFormatProperties2
fn clone(&self) -> ImageFormatProperties2
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 ImageFormatProperties2
impl Debug for ImageFormatProperties2
source§impl Default for ImageFormatProperties2
impl Default for ImageFormatProperties2
source§fn default() -> ImageFormatProperties2
fn default() -> ImageFormatProperties2
Returns the “default value” for a type. Read more