Struct screen_13::prelude::vk::ApplicationInfo
source · pub struct ApplicationInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_application_name: *const i8,
pub application_version: u32,
pub p_engine_name: *const i8,
pub engine_version: u32,
pub api_version: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§p_application_name: *const i8§application_version: u32§p_engine_name: *const i8§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 moresource§impl Debug for ApplicationInfo
impl Debug for ApplicationInfo
source§impl Default for ApplicationInfo
impl Default for ApplicationInfo
source§fn default() -> ApplicationInfo
fn default() -> ApplicationInfo
Returns the “default value” for a type. Read more