Struct dacite::core::DeviceQueueCreateInfo [] [src]

pub struct DeviceQueueCreateInfo {
    pub flags: DeviceQueueCreateFlags,
    pub queue_family_index: u32,
    pub queue_priorities: Vec<f32>,
    pub chain: Option<DeviceQueueCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for DeviceQueueCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for DeviceQueueCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeviceQueueCreateInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.