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