Struct lava::VkApplicationInfo[][src]

pub struct VkApplicationInfo<'a, 'b> {
    pub application_name: Option<&'a str>,
    pub application_version: u32,
    pub engine_name: Option<&'b str>,
    pub engine_version: u32,
    pub api_version: VkVersion,
}

Fields

Trait Implementations

impl<'a, 'b> Debug for VkApplicationInfo<'a, 'b>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> Clone for VkApplicationInfo<'a, 'b>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkApplicationInfo<'static, 'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a, 'b> Send for VkApplicationInfo<'a, 'b>

impl<'a, 'b> Sync for VkApplicationInfo<'a, 'b>