pub struct Adapter<A: Api> { /* private fields */ }
Implementations
Trait Implementations
impl<A: HalApi> Access<Adapter<A>> for Root
impl<A: HalApi> Access<Adapter<A>> for Surface
impl<A: HalApi> Access<Device<A>> for Adapter<A>
Auto Trait Implementations
impl<A> RefUnwindSafe for Adapter<A> where
<A as Api>::Adapter: RefUnwindSafe,
impl<A> Send for Adapter<A>
impl<A> Sync for Adapter<A>
impl<A> Unpin for Adapter<A> where
<A as Api>::Adapter: Unpin,
impl<A> UnwindSafe for Adapter<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