[−][src]Struct gfx_hal::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.
queues: Queues<B>
The command queues that the device provides.
Trait Implementations
Auto Trait Implementations
impl<B> Send for Gpu<B> where
<B as Backend>::CommandQueue: Send,
<B as Backend>::Device: Send,
<B as Backend>::QueueFamily: Send,
<B as Backend>::CommandQueue: Send,
<B as Backend>::Device: Send,
<B as Backend>::QueueFamily: Send,
impl<B> Unpin for Gpu<B> where
<B as Backend>::CommandQueue: Unpin,
<B as Backend>::Device: Unpin,
<B as Backend>::QueueFamily: Unpin,
<B as Backend>::CommandQueue: Unpin,
<B as Backend>::Device: Unpin,
<B as Backend>::QueueFamily: Unpin,
impl<B> Sync for Gpu<B> where
<B as Backend>::CommandQueue: Sync,
<B as Backend>::Device: Sync,
<B as Backend>::QueueFamily: Sync,
<B as Backend>::CommandQueue: Sync,
<B as Backend>::Device: Sync,
<B as Backend>::QueueFamily: Sync,
impl<B> UnwindSafe for Gpu<B> where
<B as Backend>::CommandQueue: UnwindSafe,
<B as Backend>::Device: UnwindSafe,
<B as Backend>::QueueFamily: UnwindSafe,
<B as Backend>::CommandQueue: UnwindSafe,
<B as Backend>::Device: UnwindSafe,
<B as Backend>::QueueFamily: UnwindSafe,
impl<B> RefUnwindSafe for Gpu<B> where
<B as Backend>::CommandQueue: RefUnwindSafe,
<B as Backend>::Device: RefUnwindSafe,
<B as Backend>::QueueFamily: RefUnwindSafe,
<B as Backend>::CommandQueue: RefUnwindSafe,
<B as Backend>::Device: RefUnwindSafe,
<B as Backend>::QueueFamily: RefUnwindSafe,
Blanket Implementations
impl<T> Supports<T> for T
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,