#[repr(C)]pub struct VkDeviceQueueInfo2 {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkDeviceQueueCreateFlags,
pub queueFamilyIndex: u32,
pub queueIndex: u32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§flags: VkDeviceQueueCreateFlags§queueFamilyIndex: u32§queueIndex: u32Trait Implementations§
Source§impl Clone for VkDeviceQueueInfo2
impl Clone for VkDeviceQueueInfo2
Source§fn clone(&self) -> VkDeviceQueueInfo2
fn clone(&self) -> VkDeviceQueueInfo2
Returns a duplicate 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 Default for VkDeviceQueueInfo2
impl Default for VkDeviceQueueInfo2
impl Copy for VkDeviceQueueInfo2
Auto Trait Implementations§
impl Freeze for VkDeviceQueueInfo2
impl RefUnwindSafe for VkDeviceQueueInfo2
impl !Send for VkDeviceQueueInfo2
impl !Sync for VkDeviceQueueInfo2
impl Unpin for VkDeviceQueueInfo2
impl UnwindSafe for VkDeviceQueueInfo2
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