pub struct QueueCreateInfo<P: AsRef<[f32]>> {
pub queue_family_index: u32,
pub queue_priorities: P,
}
Fields§
§queue_family_index: u32
§queue_priorities: P
Trait Implementations§
Source§impl<P: Clone + AsRef<[f32]>> Clone for QueueCreateInfo<P>
impl<P: Clone + AsRef<[f32]>> Clone for QueueCreateInfo<P>
Source§fn clone(&self) -> QueueCreateInfo<P>
fn clone(&self) -> QueueCreateInfo<P>
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 moreimpl<P: Copy + AsRef<[f32]>> Copy for QueueCreateInfo<P>
Auto Trait Implementations§
impl<P> Freeze for QueueCreateInfo<P>where
P: Freeze,
impl<P> RefUnwindSafe for QueueCreateInfo<P>where
P: RefUnwindSafe,
impl<P> Send for QueueCreateInfo<P>where
P: Send,
impl<P> Sync for QueueCreateInfo<P>where
P: Sync,
impl<P> Unpin for QueueCreateInfo<P>where
P: Unpin,
impl<P> UnwindSafe for QueueCreateInfo<P>where
P: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)