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> Freeze for ExposedAdapter<A>
impl<A> RefUnwindSafe for ExposedAdapter<A>
impl<A> Send for ExposedAdapter<A>
impl<A> Sync for ExposedAdapter<A>
impl<A> Unpin for ExposedAdapter<A>
impl<A> UnwindSafe for ExposedAdapter<A>
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