Struct ash::vk::types::ApplicationInfo [] [src]

#[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: uint32_t, pub p_engine_name: *const c_char, pub engine_version: uint32_t, pub api_version: uint32_t, }

Fields

Trait Implementations

impl Debug for ApplicationInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for ApplicationInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more