Struct ash::vk::ApplicationInfo
source · #[repr(C)]pub struct ApplicationInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_application_name: *const c_char,
pub application_version: u32,
pub p_engine_name: *const c_char,
pub engine_version: u32,
pub api_version: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§p_application_name: *const c_char§application_version: u32§p_engine_name: *const c_char§engine_version: u32§api_version: u32Implementations§
source§impl ApplicationInfo
impl ApplicationInfo
pub fn builder<'a>() -> ApplicationInfoBuilder<'a>
Trait Implementations§
source§impl Clone for ApplicationInfo
impl Clone for ApplicationInfo
source§fn clone(&self) -> ApplicationInfo
fn clone(&self) -> ApplicationInfo
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