Struct lava::VkDeviceCreateInfo[][src]

pub struct VkDeviceCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'b: 'a,
    'd: 'c,
    'f: 'e, 
{ pub flags: VkDeviceCreateFlags, pub queue_create_infos: &'a [VkDeviceQueueCreateInfo<'b>], pub enabled_layer_names: &'c [&'d str], pub enabled_extension_names: &'e [&'f str], pub enabled_features: Option<&'g VkPhysicalDeviceFeatures>, }

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDeviceCreateInfo<'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 VkDeviceCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g>

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