Struct lava::vk_device_queue_create_info::VkDeviceQueueCreateInfo[][src]

pub struct VkDeviceQueueCreateInfo<'a> {
    pub flags: VkDeviceQueueCreateFlags,
    pub queue_family_index: usize,
    pub queue_priorities: &'a [f32],
}

Fields

Trait Implementations

impl<'a> Debug for VkDeviceQueueCreateInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkDeviceQueueCreateInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDeviceQueueCreateInfo<'static>
[src]

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

Auto Trait Implementations

impl<'a> Send for VkDeviceQueueCreateInfo<'a>

impl<'a> Sync for VkDeviceQueueCreateInfo<'a>