Struct ash::vk::DeviceQueueInfo2
source · #[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§
source§impl DeviceQueueInfo2
impl DeviceQueueInfo2
pub fn builder<'a>() -> DeviceQueueInfo2Builder<'a>
Trait Implementations§
source§impl Clone for DeviceQueueInfo2
impl Clone for DeviceQueueInfo2
source§fn clone(&self) -> DeviceQueueInfo2
fn clone(&self) -> DeviceQueueInfo2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more