Struct ash::vk::InstanceCreateInfo [−][src]
#[repr(C)]pub struct InstanceCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: InstanceCreateFlags, pub p_application_info: *const ApplicationInfo, pub enabled_layer_count: u32, pub pp_enabled_layer_names: *const *const c_char, pub enabled_extension_count: u32, pub pp_enabled_extension_names: *const *const c_char, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: InstanceCreateFlagsp_application_info: *const ApplicationInfoenabled_layer_count: u32pp_enabled_layer_names: *const *const c_charenabled_extension_count: u32pp_enabled_extension_names: *const *const c_charImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for InstanceCreateInfo
impl !Send for InstanceCreateInfo
impl !Sync for InstanceCreateInfo
impl Unpin for InstanceCreateInfo
impl UnwindSafe for InstanceCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more