pub struct DeviceQueueCreateInfo<'d>(/* private fields */);
Expand description
Family Index, Queue Priorities
Implementations§
Auto Trait Implementations§
impl<'d> Freeze for DeviceQueueCreateInfo<'d>
impl<'d> RefUnwindSafe for DeviceQueueCreateInfo<'d>
impl<'d> !Send for DeviceQueueCreateInfo<'d>
impl<'d> !Sync for DeviceQueueCreateInfo<'d>
impl<'d> Unpin for DeviceQueueCreateInfo<'d>
impl<'d> UnwindSafe for DeviceQueueCreateInfo<'d>
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