Struct ash::vk::DeviceQueueCreateInfo [−][src]
#[repr(C)]pub struct DeviceQueueCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: DeviceQueueCreateFlags, pub queue_family_index: u32, pub queue_count: u32, pub p_queue_priorities: *const f32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: DeviceQueueCreateFlags
queue_family_index: u32
queue_count: u32
p_queue_priorities: *const f32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DeviceQueueCreateInfo
impl !Send for DeviceQueueCreateInfo
impl !Sync for DeviceQueueCreateInfo
impl Unpin for DeviceQueueCreateInfo
impl UnwindSafe for DeviceQueueCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more