#[repr(C)]pub struct DeviceQueueInfo2 {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: DeviceQueueCreateFlags,
pub queueFamilyIndex: u32,
pub queueIndex: u32,
}Fields§
§sType: StructureType§pNext: *const c_void§flags: DeviceQueueCreateFlags§queueFamilyIndex: u32§queueIndex: u32Trait Implementations§
Source§impl Clone for DeviceQueueInfo2
impl Clone for DeviceQueueInfo2
Source§fn clone(&self) -> DeviceQueueInfo2
fn clone(&self) -> DeviceQueueInfo2
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 moreimpl 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