pub type ImageFormatProperties2KHR = ImageFormatProperties2;
Aliased Type§
struct ImageFormatProperties2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_format_properties: ImageFormatProperties,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§image_format_properties: ImageFormatProperties
Implementations
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 more