Struct vulkanalia_sys::ApplicationInfo
source · [−]#[repr(C)]pub struct ApplicationInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub application_name: *const c_char,
pub application_version: u32,
pub engine_name: *const c_char,
pub engine_version: u32,
pub api_version: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidapplication_name: *const c_charapplication_version: u32engine_name: *const c_charengine_version: u32api_version: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ApplicationInfo
impl !Send for ApplicationInfo
impl !Sync for ApplicationInfo
impl Unpin for ApplicationInfo
impl UnwindSafe for ApplicationInfo
Blanket Implementations
Mutably borrows from an owned value. Read more