Struct lava::VkInstanceCreateInfo[][src]

pub struct VkInstanceCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'b: 'a,
    'c: 'a,
    'e: 'd,
    'g: 'f, 
{ pub flags: VkInstanceCreateFlags, pub application_info: Option<&'a VkApplicationInfo<'b, 'c>>, pub enabled_layer_names: &'d [&'e str], pub enabled_extension_names: &'f [&'g str], }

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> Debug for VkInstanceCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'b: 'a,
    'c: 'a,
    'e: 'd,
    'g: 'f, 
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> Clone for VkInstanceCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'b: 'a,
    'c: 'a,
    'e: 'd,
    'g: 'f, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> Send for VkInstanceCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g>

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> Sync for VkInstanceCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g>