[−][src]Struct gfx_hal::queue::family::QueueGroup
Bare-metal queue group.
Denotes all queues created from one queue family.
Fields
family: QueueFamilyId
Family index for the queues in this group.
queues: Vec<B::CommandQueue>
List of queues.
Implementations
impl<B: Backend> QueueGroup<B>
[src][−]
pub fn new(family: QueueFamilyId) -> Self
[src][−]
Create a new, empty queue group for a queue family.
pub fn add_queue(&mut self, queue: B::CommandQueue)
[src][−]
Add a command queue to the group.
The queue needs to be created from this queue family.
Trait Implementations
impl<B: Debug + Backend> Debug for QueueGroup<B> where
B::CommandQueue: Debug,
[src][+]
B::CommandQueue: Debug,
Auto Trait Implementations
impl<B> RefUnwindSafe for QueueGroup<B> where
<B as Backend>::CommandQueue: RefUnwindSafe,
<B as Backend>::CommandQueue: RefUnwindSafe,
impl<B> Send for QueueGroup<B> where
<B as Backend>::CommandQueue: Send,
<B as Backend>::CommandQueue: Send,
impl<B> Sync for QueueGroup<B> where
<B as Backend>::CommandQueue: Sync,
<B as Backend>::CommandQueue: Sync,
impl<B> Unpin for QueueGroup<B> where
<B as Backend>::CommandQueue: Unpin,
<B as Backend>::CommandQueue: Unpin,
impl<B> UnwindSafe for QueueGroup<B> where
<B as Backend>::CommandQueue: UnwindSafe,
<B as Backend>::CommandQueue: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,