Enum wgpu_core::instance::AdapterInputs
source · pub enum AdapterInputs<'a, M: Marker> {
IdSet(&'a [Id<M>]),
Mask(Backends, fn(_: Backend) -> Option<Id<M>>),
}
Variants§
Auto Trait Implementations§
impl<'a, M> Freeze for AdapterInputs<'a, M>
impl<'a, M> RefUnwindSafe for AdapterInputs<'a, M>where
M: RefUnwindSafe,
impl<'a, M> Send for AdapterInputs<'a, M>
impl<'a, M> Sync for AdapterInputs<'a, M>
impl<'a, M> Unpin for AdapterInputs<'a, M>
impl<'a, M> UnwindSafe for AdapterInputs<'a, M>where
M: RefUnwindSafe,
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