[−][src]Struct gfx_hal::adapter::Gpu
Represents a combination of a logical device and the hardware queues it provides.
This structure is typically created using an Adapter
.
Fields
device: B::Device
Logical device for a given backend.
queue_groups: Vec<QueueGroup<B>>
The command queues that the device provides.
Trait Implementations
Auto Trait Implementations
impl<B> RefUnwindSafe for Gpu<B> where
<B as Backend>::CommandQueue: RefUnwindSafe,
<B as Backend>::Device: RefUnwindSafe,
<B as Backend>::CommandQueue: RefUnwindSafe,
<B as Backend>::Device: RefUnwindSafe,
impl<B> Send for Gpu<B> where
<B as Backend>::CommandQueue: Send,
<B as Backend>::Device: Send,
<B as Backend>::CommandQueue: Send,
<B as Backend>::Device: Send,
impl<B> Sync for Gpu<B> where
<B as Backend>::CommandQueue: Sync,
<B as Backend>::Device: Sync,
<B as Backend>::CommandQueue: Sync,
<B as Backend>::Device: Sync,
impl<B> Unpin for Gpu<B> where
<B as Backend>::CommandQueue: Unpin,
<B as Backend>::Device: Unpin,
<B as Backend>::CommandQueue: Unpin,
<B as Backend>::Device: Unpin,
impl<B> UnwindSafe for Gpu<B> where
<B as Backend>::CommandQueue: UnwindSafe,
<B as Backend>::Device: UnwindSafe,
<B as Backend>::CommandQueue: UnwindSafe,
<B as Backend>::Device: 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>,