Struct ash::vk::FormatProperties2
source · #[repr(C)]pub struct FormatProperties2 {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_properties: FormatProperties,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§format_properties: FormatProperties
Implementations§
source§impl FormatProperties2
impl FormatProperties2
pub fn builder<'a>() -> FormatProperties2Builder<'a>
Trait Implementations§
source§impl Clone for FormatProperties2
impl Clone for FormatProperties2
source§fn clone(&self) -> FormatProperties2
fn clone(&self) -> FormatProperties2
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