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 moresource§impl Debug for DeviceQueueInfo2
impl Debug for DeviceQueueInfo2
source§impl Default for DeviceQueueInfo2
impl Default for DeviceQueueInfo2
source§impl TaggedStructure for DeviceQueueInfo2
impl TaggedStructure for DeviceQueueInfo2
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_QUEUE_INFO_2
impl Copy for DeviceQueueInfo2
Auto Trait Implementations§
impl Freeze for DeviceQueueInfo2
impl RefUnwindSafe for DeviceQueueInfo2
impl !Send for DeviceQueueInfo2
impl !Sync for DeviceQueueInfo2
impl Unpin for DeviceQueueInfo2
impl UnwindSafe for DeviceQueueInfo2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more