Struct wgpu_hal::ExposedAdapter
source · [−]pub struct ExposedAdapter<A: Api> {
pub adapter: A::Adapter,
pub info: AdapterInfo,
pub features: Features,
pub capabilities: Capabilities,
}
Fields
adapter: A::Adapter
info: AdapterInfo
features: Features
capabilities: Capabilities
Trait Implementations
Auto Trait Implementations
impl<A> RefUnwindSafe for ExposedAdapter<A> where
<A as Api>::Adapter: RefUnwindSafe,
impl<A> Send for ExposedAdapter<A>
impl<A> Sync for ExposedAdapter<A>
impl<A> Unpin for ExposedAdapter<A> where
<A as Api>::Adapter: Unpin,
impl<A> UnwindSafe for ExposedAdapter<A> where
<A as Api>::Adapter: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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