Struct screen_13::prelude::vk::DeviceQueueInfo2
source · 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: u32Implementations§
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 moresource§impl Debug for DeviceQueueInfo2
impl Debug for DeviceQueueInfo2
source§impl Default for DeviceQueueInfo2
impl Default for DeviceQueueInfo2
source§fn default() -> DeviceQueueInfo2
fn default() -> DeviceQueueInfo2
Returns the “default value” for a type. Read more