Struct vulkanalia_sys::InstanceCreateInfo
source · [−]#[repr(C)]pub struct InstanceCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: InstanceCreateFlags,
pub application_info: *const ApplicationInfo,
pub enabled_layer_count: u32,
pub enabled_layer_names: *const *const c_char,
pub enabled_extension_count: u32,
pub enabled_extension_names: *const *const c_char,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: InstanceCreateFlagsapplication_info: *const ApplicationInfoenabled_layer_count: u32enabled_layer_names: *const *const c_charenabled_extension_count: u32enabled_extension_names: *const *const c_charTrait 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 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