pub struct Adapter<B: Backend> { /* private fields */ }Trait Implementations§
impl<B: Backend> Access<Adapter<B>> for Root
impl<B: Backend> Access<Adapter<B>> for Surface
impl<B: Backend> Access<Device<B>> for Adapter<B>
Auto Trait Implementations§
impl<B> !Freeze for Adapter<B>
impl<B> RefUnwindSafe for Adapter<B>
impl<B> Send for Adapter<B>
impl<B> Sync for Adapter<B>
impl<B> Unpin for Adapter<B>
impl<B> UnwindSafe for Adapter<B>
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