Enum gfx_hal::queue::capability::GraphicsOrCompute
source · pub enum GraphicsOrCompute {}Expand description
Graphics or compute capability.
Trait Implementations
impl Supports<GraphicsOrCompute> for Compute
impl Supports<GraphicsOrCompute> for General
impl Supports<GraphicsOrCompute> for Graphics
Auto Trait Implementations
impl RefUnwindSafe for GraphicsOrCompute
impl Send for GraphicsOrCompute
impl Sync for GraphicsOrCompute
impl Unpin for GraphicsOrCompute
impl UnwindSafe for GraphicsOrCompute
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more