pub struct Adapter<A: HalApi> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<A> !Freeze for Adapter<A>
impl<A> !RefUnwindSafe for Adapter<A>
impl<A> Send for Adapter<A>
impl<A> Sync for Adapter<A>
impl<A> Unpin for Adapter<A>
impl<A> !UnwindSafe for Adapter<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