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: CapabilitiesTrait Implementations§
Source§impl<A: Api> From<ExposedAdapter<A>> for DynExposedAdapter
 
impl<A: Api> From<ExposedAdapter<A>> for DynExposedAdapter
Source§fn from(exposed_adapter: ExposedAdapter<A>) -> Self
 
fn from(exposed_adapter: ExposedAdapter<A>) -> Self
Converts to this type from the input type.
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