pub struct Device<B: Backend> { /* private fields */ }
Expand description
Raw device wrapper with id.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for Device<B>
impl<B> RefUnwindSafe for Device<B>
impl<B> Send for Device<B>
impl<B> Sync for Device<B>
impl<B> Unpin for Device<B>
impl<B> UnwindSafe for Device<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