Struct dacite::core::DeviceCreateInfo [] [src]

pub struct DeviceCreateInfo {
    pub flags: DeviceCreateFlags,
    pub queue_create_infos: Vec<DeviceQueueCreateInfo>,
    pub enabled_layers: Vec<String>,
    pub enabled_extensions: DeviceExtensions,
    pub enabled_features: Option<PhysicalDeviceFeatures>,
    pub chain: Option<DeviceCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for DeviceCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for DeviceCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeviceCreateInfo
[src]

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

This method tests for !=.